simple:tmux
tmux Shortcuts
Terminal
By EZ4Code Team
Sessions
6| Shortcut | Description | Platform |
|---|---|---|
| tmux new -s name | New named session | all |
| Ctrl+b d | Detach session | all |
| tmux attach -t name | Attach to session | all |
| Ctrl+b s | List sessions | all |
| Ctrl+b $ | Rename session | all |
| tmux ls | List sessions (CLI) | all |
Windows
7| Shortcut | Description | Platform |
|---|---|---|
| Ctrl+b c | Create new window | all |
| Ctrl+b , | Rename window | all |
| Ctrl+b & | Close window | all |
| Ctrl+b n | Next window | all |
| Ctrl+b p | Previous window | all |
| Ctrl+b 0-9 | Select window by index | all |
| Ctrl+b w | List windows | all |
Panes
7| Shortcut | Description | Platform |
|---|---|---|
| Ctrl+b % | Split pane vertically | all |
| Ctrl+b " | Split pane horizontally | all |
| Ctrl+b o | Next pane | all |
| Ctrl+b ; | Last active pane | all |
| Ctrl+b x | Close pane | all |
| Ctrl+b z | Toggle pane zoom | all |
| Ctrl+b Arrow | Move to pane | all |
Copy Mode
6| Shortcut | Description | Platform |
|---|---|---|
| Ctrl+b [ | Enter copy mode | all |
| Space | Start selection (copy mode) | all |
| Enter | Copy selection | all |
| q | Exit copy mode | all |
| Ctrl+b ] | Paste buffer | all |
| Ctrl+b PageUp | Enter copy mode & scroll up | all |
Misc
6| Shortcut | Description | Platform |
|---|---|---|
| Ctrl+b ? | List all keybindings | all |
| Ctrl+b : | Enter command prompt | all |
| Ctrl+b t | Show clock | all |
| Ctrl+b { | Swap pane with previous | all |
| Ctrl+b } | Swap pane with next | all |
| Ctrl+b r | Reload config (custom) | all |