Tmux

Sessions

ShortcutAction
Prefix + $Rename the current session.
Prefix + dDetach from the current session.
Prefix + sList all sessions and switch.
Prefix + LSwitch to the last session.
Prefix + (Move to the previous session.
Prefix + )Move to the next session.
Prefix + CCreate a new session (prompt for name).

Windows

ShortcutAction
Prefix + cCreate a new window.
Prefix + ,Rename the current window.
Prefix + pSwitch to the previous window.
Prefix + nSwitch to the next window.
Prefix + 0-9Switch to window by number.
Prefix + wList all windows interactively.
Prefix + &Close the current window.
Prefix + .Move the current window
Prefix + fFind window by name.

Panes

ShortcutAction
Prefix + "Split pane horizontally.
Prefix + %Split pane vertically.
Prefix + xClose the current pane.
Prefix + zZoom/unzoom the current pane.
Prefix + !Convert pane into a separate window.
Prefix + {Move the current pane left.
Prefix + }Move the current pane right.
Prefix + Arrow KeysSwitch between panes.
Prefix + qShow pane numbers
Prefix + SpaceCycle through pane layouts.
Prefix + Alt+ArrowResize pane in direction.
Prefix + Ctrl+ArrowResize pane slowly.
Prefix + oSwitch to the next pane.

Copy Mode (Scroll/Navigation)

ShortcutAction
Prefix + [Enter copy mode.
qExit copy mode.
SpaceStart text selection.
EnterCopy selected text.
Ctrl-vToggle rectangular selection.
gGo to the top of the buffer.
GGo to the bottom of the buffer.
/Search forward.
?Search backward.
nRepeat last search forward.
NRepeat last search backward.

Miscellaneous

ShortcutAction
Prefix + ?List all keybindings.
Prefix + tShow a clock.
Prefix + rReload tmux config.
Prefix + :Enter command mode.
Prefix + DChoose a client to detach.
Prefix + ~Show tmux messages.
Prefix + M-nNext layout.
Prefix + M-pPrevious layout.

Buffers & Clipboard

ShortcutAction
Prefix + =List and paste from paste buffers.
Prefix + -Delete the most recent buffer.
Prefix + PPaste the most recent buffer.
Prefix + ]Paste the last copied text.