Tmux
A comprehensive reference of all custom keybindings configured in Tmux.
Mouse mode
Section titled “Mouse mode”| Key | Description |
|---|---|
prefix + h | Enable mouse mode |
prefix + H | Disable mouse mode |
Copy mode
Section titled “Copy mode”| Key | Description |
|---|---|
prefix + [ | Enter copy mode |
Space | Start selection |
Enter or y | Yank selection |
prefix + ] | Paste yanked text |
Pane Synchronization
Section titled “Pane Synchronization”| Key | Description |
|---|---|
prefix + e | Enable pane synchronization |
prefix + E | Disable pane synchronization |
Windows
Section titled “Windows”Navigation
Section titled “Navigation”| Key | Description |
|---|---|
Ctrl+Left | Previous window |
Ctrl+Right | Next window |
Management
Section titled “Management”| Key | Description |
|---|---|
prefix + Ctrl+c | Create new window |
prefix + Ctrl+w | Create new window with prompt |
prefix + Ctrl+, | Rename current window |
prefix + & | Kill window with prompt |
prefix + j | Swap window position - left |
prefix + k | Swap window position - right |
Navigation
Section titled “Navigation”| Key | Description |
|---|---|
Alt+Left | Select left pane |
Alt+Right | Select right pane |
Alt+Up | Select pane above |
Alt+Down | Select pane below |
Management
Section titled “Management”| Key | Description |
|---|---|
prefix + | | Split pane horizontally |
prefix + - | Split pane vertically |
prefix + x | Kill pane with prompt |
Resize
Section titled “Resize”| Key | Description |
|---|---|
prefix + Shift+Up | Resize pane up |
prefix + Shift+Down | Resize pane down |
prefix + Shift+Left | Resize pane left |
prefix + Shift+Right | Resize pane right |
prefix + z | Zoom current pane |
Commands
Section titled “Commands”| Key | Description |
|---|---|
prefix + : | Command mode |
:repane <name> | Rename pane |
:rewindow <name> | Rename window |
Plugins
Section titled “Plugins”Resurrect
Section titled “Resurrect”| Key | Description |
|---|---|
prefix + Ctrl+s | Save tmux session |
prefix + Ctrl+r | Restore tmux session |
| Key | Description |
|---|---|
Ctrl+o | Open selection with $EDITOR |
o | Open selection with XDG-OPEN |
S | Open selection on Google |
Gentrify
Section titled “Gentrify”| Key | Description |
|---|---|
prefix + Alt+x | Cut pane |
prefix + Alt+v | Paste pane |
Session Wizard
Section titled “Session Wizard”| Key | Description |
|---|---|
prefix + T | Open session wizard |
Extrakto
Section titled “Extrakto”| Key | Description |
|---|---|
prefix + Tab | Open fuzzy finder |
Enter | Copy text selection |
Tab | Insert text selection |
Notify
Section titled “Notify”| Key | Description |
|---|---|
prefix + m | Enable command completion notification |
prefix + M | Disable command completion notification |
prefix + Alt+m | Enable command notification and autofocus window on completion |