--- title: Keyboard Shortcuts description: Complete list of cmux keyboard shortcuts --- # Keyboard Shortcuts ## Tab Management | Shortcut | Action | |----------|--------| | **⌘T** | New tab | | **⌘N** | New tab | | **⌘W** | Close pane (or tab if single pane) | | **⌘⇧W** | Close tab | | **⌘B** | Toggle sidebar | ## Tab Navigation | Shortcut | Action | |----------|--------| | **⌘1** - **⌘9** | Jump to tab 1-9 | | **⌘]** | Next tab | | **⌘[** | Previous tab | | **⌃Tab** | Next tab | | **⌃⇧Tab** | Previous tab | ## Notifications | Shortcut | Action | |----------|--------| | **⌘⇧U** | Jump to latest unread notification | | **⌘⇧I** | Show notifications panel | ## Split Panes | Shortcut | Action | |----------|--------| | **⌘D** | Split right | | **⌘⇧D** | Split down | | **⌘⌥←** | Focus left pane | | **⌘⌥→** | Focus right pane | | **⌘⌥↑** | Focus pane above | | **⌘⌥↓** | Focus pane below | ## Window | Shortcut | Action | |----------|--------| | **⌘,** | Settings | | **⌘Q** | Quit | | **⌘M** | Minimize | | **⌘H** | Hide | ## Terminal | Shortcut | Action | |----------|--------| | **⌘K** | Clear scrollback | | **⌘C** | Copy (when text selected) | | **⌘V** | Paste | | **⌘+** | Increase font size | | **⌘-** | Decrease font size | | **⌘0** | Reset font size | ## Symbol Key | Symbol | Key | |--------|-----| | ⌘ | Command | | ⌥ | Option/Alt | | ⌃ | Control | | ⇧ | Shift | | ← → ↑ ↓ | Arrow keys |