Show Menu
Cheatography

tmux basic Cheat Sheet by

tmux basic commands for beginners

Sess­ions

tmux new -s sessio­n_name
create
tmux a
attach to last active
tmux a -t sessio­n_name
attach to sessio­n_name
Ctrl + B $
reaname
Ctrl + B D
detach
Ctrl + B )
next
Ctrl + B (
previous
tmux kill-ses -t sessio­n_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
Ctrl + B Z
zoom
 

Wind­ows

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
 

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