Complete tmux keyboard shortcuts and commands cheat sheet for terminal multiplexing. Essential for remote server management and multi-tasking in the terminal.
Search all tmux shortcuts interactively
Interactive Shortcut Finder| Shortcut | Action | Description |
|---|---|---|
| Ctrl + B, C | New window | Create a new window. |
| Ctrl + B, N | Next window | Go to next window. |
| Ctrl + B, P | Previous window | Go to previous window. |
| Ctrl + B, % | Vertical split | Split pane vertically. |
| Ctrl + B, " | Horizontal split | Split pane horizontally. |
| Ctrl + B, D | Detach session | Detach from session. |
| Ctrl + B, [ | Scroll mode | Enter scroll mode. |
| Ctrl + B, ? | Shortcuts list | Show keyboard shortcuts. |
Press Ctrl+B then % for vertical split, or Ctrl+B then " for horizontal split.
Press Ctrl+B then C to create a new window.
Press Ctrl+B then D to detach. Reattach later with 'tmux attach'.
Press Ctrl+B then arrow keys to move between panes.
Browse shortcuts for 230 platforms
Explore All