Keyboard shortcuts
Shortcuts use ⌘ on macOS and Ctrl on Windows/Linux unless noted.
General (workspace open)
Section titled “General (workspace open)”| Shortcut | Action |
|---|---|
| ⌘/Ctrl + S | Save current file |
| ⌘/Ctrl + 1 | Switch to Agent (simplified) view |
| ⌘/Ctrl + 2 | Switch to Code view |
| ⌘/Ctrl + 3 | Toggle mini dock window |
| ⌘/Ctrl + N | New conversation — create a fresh AI conversation slot |
| ⌘/Ctrl + P | Quick open — jump to a file by name |
| ⌘/Ctrl + Shift + P | Command palette — run commands |
| ⌘/Ctrl + W | Close current conversation (Agent view) or file (Code view) |
| ⌘/Ctrl + + | Increase global text size |
| ⌘/Ctrl + - | Decrease global text size |
| ⌘/Ctrl + 0 | Reset global text size to default |
| ⌘/Ctrl + J or Ctrl + ` | Toggle terminal (expand/collapse) |
| Escape | Close quick open, command palette, or context menu (or step back in palette) |
Code view only
Section titled “Code view only”When you’re in Code view (⌘2), these apply:
| Shortcut | Action |
|---|---|
| ⌘/Ctrl + B | Toggle file explorer (sidebar) |
| ⌘/Ctrl + L | Toggle AI panel |
The code editor (CodeMirror) also has its own shortcuts for find, replace, and navigation (e.g. find in file); these follow the editor’s default keybindings.
Agent view only
Section titled “Agent view only”When you’re in Agent (simplified) view (⌘1):
| Shortcut | Action |
|---|---|
| ⌘/Ctrl + B | Toggle Past Conversations drawer (conversation history) |
AI panel
Section titled “AI panel”When the focus is in the AI panel (prompt or chat):
| Shortcut | Action |
|---|---|
| Enter or Tab | Send message (when not modifier-held) |
| ⌘/Ctrl + Enter | New line in prompt (instead of sending) |
| @@ | Open the agent mode picker (plan, build, webflow, figma, general, explore) |
| @ | Open the file mention picker — reference a project file in your prompt |
| Escape | Blur / cancel (context-dependent) |
| Arrow Up / Down | Move between suggestions or list items (in dropdowns or lists) |
Modals and overlays
Section titled “Modals and overlays”| Shortcut | Action |
|---|---|
| Escape | Close project dropdown, new project modal, login modal, or embed modal |
| Enter | Confirm (e.g. create project, select in quick open) |
Menu bar
Section titled “Menu bar”The native menu bar (File, App, View) provides additional actions:
- File > New Conversation (⌘N / Ctrl+N)
- File > New Project (⌘⇧N / Ctrl+Shift+N)
- File > Open Recent — reopen a recent project
- File > Open Folder — open a project from disk
- App > Account — open your account screen
- App > Join Discord — open the community Discord
- View > Tool Details — toggle verbose AI activity rows (shows tool calls in detail)
By view
Section titled “By view”- Entry screen (no project open): No global shortcuts; modals still close with Escape.
- Agent view: General shortcuts + AI panel shortcuts when focused there + ⌘B for conversation history.
- Code view: General + code-view shortcuts (⌘B for file explorer, ⌘L for AI panel) + editor shortcuts in the code pane.