# Shortcuts Cheat Sheet ## Tmux Shortcuts start with `Ctrl`+`b` ### Basic concepts * **Pane**: sub-window on the current "screen" * **Window**: different "screen" ### Shortcuts on the same window | Shortcut after `Ctrl`+`b` | Meaning | |---|---| | `Shift`+`5` | Create a pane on right | | `Shift`+`'` | Create a pane below | | arrow key | Jump to the pane in that direction | | `q` | Show id of the pane, start from 0 | | `q`, `` | Jump to the pane with `` | ### Shortcuts between windows | Shortcut after `Ctrl`+`b` | Meaning | |---|---| | `c` | Create a new window | | `w` | List all windows | | `` | Go to window number `` | | `p` | Go to previous window | | `n` | Go to next window | ### Others | Shortcut after `Ctrl`+`b` | Meaning | |---|---| | `:` | Enter command mode |