Show Menu
Cheatography

Tmux Keyboard Shortcuts (DRAFT) by

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Session

Create
$ tmux
Create with name
$ tmux new -s sessio­nName
 
:new -s sessio­nName
Detach
Ctrl-b d
Attach
$ tmux a
Attach by name
$ tmux a -t sessio­nName
Show all
$ tmux ls
 
Ctrl-b s
Rename
Ctrl-b $
Switch
Ctrl-b (
or
Ctrl-b )
 

Panes

Toggle last active
Ctrl-b ;
Split ---
Ctrl-b %
Split |
Ctrl-b "
Switch to next
Ctrl-b o
Switch
Ctrl-b 
 
Ctrl-b 
 
Ctrl-b 
 
Ctrl-b 
Toggle full screen (zoom)
Ctrl-b z
Close
Ctrl-b x
Convert to window
Ctrl-b !
 

Help

Info
$ tmux info
Shortcuts
Ctrl-b ?