tmux.rst
changeset 2258 6e4989c98825
parent 2257 9d446a4c5e2a
child 2437 d5f98b5fdcb8
equal deleted inserted replaced
2257:9d446a4c5e2a 2258:6e4989c98825
    32 
    32 
    33 To attack to specific session::
    33 To attack to specific session::
    34 
    34 
    35   $ tmux a -t NAME
    35   $ tmux a -t NAME
    36 
    36 
       
    37 Getting help
       
    38 ============
    37 
    39 
       
    40 Dump key binding::
       
    41 
       
    42   $ tmux list-keys
       
    43 
       
    44 Dump available commands::
       
    45 
       
    46   $ tmux list-commands
       
    47 
       
    48 List everything::
       
    49 
       
    50   $ tmux info
       
    51