tmux.rst
changeset 2437 d5f98b5fdcb8
parent 2258 6e4989c98825
equal deleted inserted replaced
2436:41f79c1242b2 2437:d5f98b5fdcb8
    47 
    47 
    48 List everything::
    48 List everything::
    49 
    49 
    50   $ tmux info
    50   $ tmux info
    51 
    51 
       
    52 Navigating terminal screen
       
    53 ==========================
       
    54 
       
    55 Use sequence ``Ctrl+b [`` to enter to copy mode.
       
    56 
       
    57 Copy mode allows navigation through tmux terminal screen by arrow keys and copy/paste
       
    58 
       
    59 Press ``Ctrl-c`` to leave copy mode.
       
    60