Tmux Shortcuts


tmux is a session manager for your terminal.

terminal

ctrl-b ← prefix

prefix % ← split with vertical line

prefix " ← split with horizontal line

prefix x ← kill pane

prefix c ← new window

prefix p ← move to previous window

prefix n ← move to next window

prefix d ← detach

prefix z ← toggle pane full screen

prefix q ← show pane numbers; type number to go to pane

prefix , ← rename window

prefix $ ← rename session

prefix s ← list session

prefix ' # ← jump to # window

prefix f ← jump to window by name

prefix ! ← send pane to new window

prefix & ← kill window

prefix t ← big clock

prefix o ← swap panes

prefix { ← move current pane left

prefix } ← move current pane right

:setw synchronize-panes on ← sync panes