Keyboard Shortcuts
mux is designed to be keyboard-driven for maximum efficiency. All major actions have keyboard shortcuts.
Note: This document should be kept in sync with
src/utils/ui/keybinds.ts, which is the source of truth for keybind definitions.
Platform Conventions
- macOS: Shortcuts use
⌘(Command) as the primary modifier - Linux/Windows: Shortcuts use
Ctrlas the primary modifier
When documentation shows Ctrl, it means:
⌘(Command) on macOSCtrlon Linux/Windows
General
| Action | Shortcut |
|---|---|
| Cancel / Close / Interrupt | Esc |
Chat & Messages
| Action | Shortcut |
|---|---|
| Focus chat input | a, i, or Ctrl+I |
| Send message | Enter |
| New line in message | Shift+Enter |
| Cancel editing message | Ctrl+Q |
| Jump to bottom of chat | Shift+G |
| Change model | Ctrl+/ |
| Toggle thinking level | Ctrl+Shift+T |
Workspaces
| Action | Shortcut |
|---|---|
| Create new workspace | Ctrl+N |
| Next workspace | Ctrl+J |
| Previous workspace | Ctrl+K |
| Open workspace in terminal | Ctrl+T |
Modes
| Action | Shortcut |
|---|---|
| Toggle between Plan and Exec modes | Ctrl+Shift+M |
Interface
| Action | Shortcut |
|---|---|
| Open command palette | Ctrl+Shift+P |
| Toggle sidebar | Ctrl+P |
Command Palette
The command palette (Ctrl+Shift+P) has two modes:
- Default (no prefix): Workspace switcher - shows only switching commands
>prefix: Command mode - shows all other commands (create/delete/rename workspaces, navigation, chat, modes, projects, etc.)/prefix: Slash commands - shows slash command suggestions for inserting into chat
This separation keeps the switcher clean and fast while making all other commands easily accessible via >.
Tips
- Vim-inspired navigation: We use
J/Kfor next/previous navigation, similar to Vim - VS Code conventions: Command palette is
Ctrl+Shift+Pand quick toggle isCtrl+P(use⌘on macOS) - Consistent modifiers: Most workspace/project operations use
Ctrlas the modifier - Natural expectations: We try to use shortcuts users would naturally expect (e.g.,
Ctrl+Nfor new) - Focus anywhere: Use
Ctrl+Ito quickly jump to the chat input from anywhere in the application - Per-model thinking:
Ctrl+Shift+Ttoggles thinking on/off and remembers your last preference for each model - Terminal access:
Ctrl+Topens the current workspace in your system terminal