Cheatography
https://cheatography.com
tmux keyboard shortcuts with user frendly layout
This is a draft cheat sheet. It is a work in progress and is not finished yet.
Legend
π² |
Control |
π
|
Shift |
π° |
Alt |
|
Left, Right, Up and Down arrows |
Sessions
Create new named session |
tmux nerw -s <name> |
Attach to a named session |
tmux a -t <name> |
(Re)Name session |
π²+b $ |
General commands
List |
π²+b s or tmux ls |
Attach |
tmux a |
Attach and detach others |
tmux a -d |
Detach current client |
π²+b d |
Detach other clients |
π²+b D |
|
|
Pane
Split vertically |
π²+b % |
Split horizontally |
π²+b " |
Next |
π²+b o |
Previous |
π²+b ; |
Show pane number |
π²+b q |
Navigate |
π²+b |
Resize |
π²+b π²+ |
Move left |
π²+b { |
Move right |
π²+b } |
Zoomin/out |
π²+b z |
Change layout |
π²+b <SPACE> |
|
|
Window
Create |
π²+b c |
Close |
π²+b x or π²+d |
Next |
π²+b n |
Previous |
π²+b p |
List windows |
π²+b w` |
Go to numbered window |
π²+b <number> |
(Re)Name window |
π²+b , |
Last active window |
π²+b, l |
Find window |
π²+b f <window name> |
|