Cheatography
https://cheatography.com
tmux basic commands for beginners
Sessions
tmux new -s session_name |
create |
tmux a |
attach to last active |
tmux a -t session_name |
attach to session_name |
Ctrl + B $ |
reaname |
Ctrl + B D |
detach |
Ctrl + B ) |
next |
Ctrl + B ( |
previous |
tmux kill-ses -t session_name |
kill |
Panes
Ctrl + B % |
vertical split |
Ctrl + B " |
horizontal split |
Ctrl + B arrows |
move to |
Ctrl + B Q |
show and goto numbers |
Ctrl + B X |
kill |
Ctrl + B ! |
convert to window |
|
|
Windows
Ctrl + B C |
create |
Ctrl + B W |
list |
Ctrl + B N |
next |
Ctrl + B P |
previous |
Ctrl + B 0 ... 9 |
select by number |
Ctrl + B . |
change number |
Ctrl + B , |
rename |
Ctrl + B & |
kill |
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets