-
Notifications
You must be signed in to change notification settings - Fork 0
Command Palette
nick3 edited this page May 28, 2026
·
1 revision
Ctrl+P (or Ctrl+Shift+P) opens a searchable list of every action in the app. If you can't remember a hotkey, search here.
Ctrl+P |
Open palette |
Ctrl+Shift+P |
Open palette (alias for VS Code muscle memory) |
Esc |
Close without action |
Enter |
Run highlighted action |
↑ ↓ |
Navigate results |
Everything from the menu bar, every keyboard-shortcut-bound action, and a few discoverable-only entries:
- Workspace: new, switch to N, close, rename, export, import
- Pane: new (terminal/browser/SSH), close, restart, maximize, focus next/previous, swap
- Grid: resize, change layout
- AI: toggle chat, settings, clear chat
- Goal: open dashboard, new goal, abort active goal
- Browser: bookmarks, history, downloads, saved logins
- SSH: open server manager, attach to tmux session
- Settings: open settings, toggle broadcast mode, toggle bypass mode
- Dev: toggle DevTools, reload app
Component: src/renderer/components/CommandPalette.tsx. Each action has a shortcut field shown on the right, so the palette also acts as a hotkey cheat sheet.
Fuzzy match on the action label. Recently-used actions are pinned to the top so frequent actions are one keystroke away after the first use.
- Keyboard-Shortcuts — every binding in one table
- Broadcast-Mode — one of the palette's more useful entries
ClusterSpace · Issues · Releases · MIT License · Edit any page via the Edit button (top right of the wiki).
- Workspaces-and-Layout
- Terminal-Panes
- Per-Pane-Tabs
- SSH-and-tmux
- Browser-Panes
- Saved-Logins
- Command-Palette
- Broadcast-Mode
- Settings-and-Configuration
- AI-Overview
- AI-Providers
- AI-Chat-Panel
- AI-Tools-Reference
- Personas
- Skills
- Task-Templates
- Agent-Orchestration
- Fleet-Dashboard
- Goal-Runner-Overview
- Starting-a-Goal
- Success-Criteria
- Goal-Policy-and-Risk-Levels
- Critic-and-Replan
- Vision-Verification
- Goal-Dashboard