Show Menu
Cheatography

tmux basic Cheat Sheet by

tmux basic commands for beginners

Sess­ions

tmux
new -s sessio­n_name
create
Ctrl + A
S
list
Ctrl + A
a
attach to last
tmux
a -t sessio­n_name
attach to ...
Ctrl + A
$
reaname
Ctrl + A
D
detach
tmux
kill-ses -t sessio­n_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
 

Wind­ows

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
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          tmux the terminal multiplexer Cheat Sheet
          Tmux basics Cheat Sheet
          Byobu Keybindings Cheat Sheet