tmux Cheat Sheet

Sessions

tmux new -s <name>      # Create session
tmux ls                 # List sessions
tmux a -t <name>        # Attach to session
ActionShortcut
DetachCtrl-b d
Switch sessionCtrl-b s

Windows

ActionShortcut
New windowCtrl-b c
NextCtrl-b n
PreviousCtrl-b p
Jump to windowCtrl-b 0-9
List windowsCtrl-b w
RenameCtrl-b ,
CloseCtrl-b &

Panes

ActionShortcut
Split verticalCtrl-b %
Split horizontalCtrl-b "
Move between panesCtrl-b + ←↑→↓
Cycle panesCtrl-b o
Close paneexit or Ctrl-d
Toggle zoomCtrl-b z