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.
Sessions
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 |
Create new named session |
tmux nerw -s <name> |
Attach to a named session |
tmux a -t <name> |
(Re)Name session |
🄲+b $ |
|
|
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 |
|