Skip to content
GitHub

Tmux

A comprehensive reference of all custom keybindings configured in Tmux.

KeyDescription
prefix + hEnable mouse mode
prefix + HDisable mouse mode
KeyDescription
prefix + [Enter copy mode
SpaceStart selection
Enter or yYank selection
prefix + ]Paste yanked text
KeyDescription
prefix + eEnable pane synchronization
prefix + EDisable pane synchronization
KeyDescription
Ctrl+LeftPrevious window
Ctrl+RightNext window
KeyDescription
prefix + Ctrl+cCreate new window
prefix + Ctrl+wCreate new window with prompt
prefix + Ctrl+,Rename current window
prefix + &Kill window with prompt
prefix + jSwap window position - left
prefix + kSwap window position - right
KeyDescription
Alt+LeftSelect left pane
Alt+RightSelect right pane
Alt+UpSelect pane above
Alt+DownSelect pane below
KeyDescription
prefix + |Split pane horizontally
prefix + -Split pane vertically
prefix + xKill pane with prompt
KeyDescription
prefix + Shift+UpResize pane up
prefix + Shift+DownResize pane down
prefix + Shift+LeftResize pane left
prefix + Shift+RightResize pane right
prefix + zZoom current pane
KeyDescription
prefix + :Command mode
:repane <name>Rename pane
:rewindow <name>Rename window
KeyDescription
prefix + Ctrl+sSave tmux session
prefix + Ctrl+rRestore tmux session
KeyDescription
Ctrl+oOpen selection with $EDITOR
oOpen selection with XDG-OPEN
SOpen selection on Google
KeyDescription
prefix + Alt+xCut pane
prefix + Alt+vPaste pane
KeyDescription
prefix + TOpen session wizard
KeyDescription
prefix + TabOpen fuzzy finder
EnterCopy text selection
TabInsert text selection
KeyDescription
prefix + mEnable command completion notification
prefix + MDisable command completion notification
prefix + Alt+mEnable command notification and autofocus window on completion