Skip to content

tmux Keybindings

ShortcutAction
Prefix + rReload tmux config
ShortcutAction
Shift + LeftSwitch to previous window
Shift + RightSwitch to next window
Alt + HSwitch to previous window
Alt + LSwitch to next window
ShortcutAction
Prefix + "Split pane horizontally (opens in current directory)
Prefix + %Split pane vertically (opens in current directory)
Prefix + iSplit pane horizontally
Prefix + oSplit pane vertically
ShortcutAction
Prefix + HSelect left pane
Prefix + LSelect right pane
Prefix + KSelect upper pane
Prefix + JSelect lower pane
Alt + LeftSelect left pane
Alt + RightSelect right pane
Alt + UpSelect upper pane
Alt + DownSelect lower pane
ShortcutAction
Alt + Ctrl + Left or Alt + Ctrl + HResize pane left (-2)
Alt + Ctrl + Right or Alt + Ctrl + LResize pane right (+2)
Alt + Ctrl + Up or Alt + Ctrl + KResize pane up (-2)
Alt + Ctrl + Down or Alt + Ctrl + JResize pane down (+2)
ShortcutAction
Prefix + [Enter copy mode
vBegin selection
Ctrl + VToggle rectangle selection
yCopy selection to clipboard (tmux-yank)
qExit copy mode

Mouse mode is enabled. You can:

  • Scroll through pane history with the scroll wheel.
  • Click to select panes and windows.
  • Click and drag to select and copy text (copied to clipboard via tmux-yank).
ShortcutAction
Prefix + Ctrl + SpaceSend prefix to the inner application