Tmux Bindings

Description

Useful tmux keybindings.

Tmux mode

Ctrl-a # Enter tmux mode

Window Navigation

c # New window
tab # Swap between windows
n # Next window
0...9 # Window by number

Panes Navigation

; # Swap between panes
" # Split horizontally
% # Split vertically
} # Enter scroll mode
! # Convert pane to window
resize-pane -U (-D -L -R) 10 # Resize pane by number

To exit tmux, type exit in the command line.