Cheatography
https://cheatography.com
tmux basic commands for beginners
Sessions
tmux |
new -s session_name |
create |
Ctrl + A |
S |
list |
Ctrl + A |
a |
attach to last |
tmux |
a -t session_name |
attach to ... |
Ctrl + A |
$ |
reaname |
Ctrl + A |
D |
detach |
tmux |
kill-ses -t session_name |
kill |
Panes
Ctrl + A |
V |
vertical split |
Ctrl + A |
B |
horizontal split |
Ctrl + A |
Q |
list |
Ctrl + A |
arrows |
move |
Ctrl + A |
Z |
zoom |
Ctrl + A |
! |
convert to window |
Ctrl + A |
X |
kill |
|
|
Windows
Ctrl + A |
C |
create |
Ctrl + A |
W |
list |
Ctrl + A |
, |
rename |
Ctrl + A |
0 ... 9 |
select by number |
Ctrl + A |
. |
change number |
Ctrl + A |
& |
kill |
|
Created By
Metadata
Comments
No comments yet. Add yours below!
Add a Comment
Related Cheat Sheets