Command Palette
Quick access to all actions with fuzzy search via Ctrl+K.
Command Palette
Press Ctrl+K (or Ctrl+Shift+P) to open the command palette. Type to fuzzy-search for any action.
Available Commands
Workspace
- Switch to workspace (fuzzy search by name or branch)
- Create new workspace
Panes
- Split pane right (
Ctrl+Shift+D) - Split pane down
- Close pane (
Ctrl+Shift+W)
Tabs
- New terminal tab (
Ctrl+T) - Close tab (
Ctrl+W) - New browser tab (
Ctrl+Shift+B)
Panels
- Toggle sidebar
- Toggle right panel
- Toggle Changes panel
- Toggle File Tree panel
Other
- Open settings
- Open workspace in editor
How It Works
The command palette uses fuzzy matching — type partial words in any order to find commands. Results are ranked by match quality. Press Enter to execute the selected command, Escape to dismiss.
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
| Ctrl+K | Open command palette |
| Ctrl+Shift+P | Open command palette (alternative) |
| Escape | Close palette |
| Enter | Execute selected command |
| Arrow Up/Down | Navigate results |