Keyboard shortcuts¶
On macOS, use Cmd where Ctrl is shown.
General¶
| Shortcut | Action |
|---|---|
| Ctrl+T | New Tab (Quick Connect) |
| Ctrl+W | Close Tab |
| Ctrl+Shift+N | New Window |
| Ctrl+Shift+W | Close Window |
| Ctrl+Tab | Next Tab |
| Ctrl+Shift+Tab | Previous Tab |
| Ctrl+O | Open Project |
| Ctrl+S | Save Project |
| Ctrl+Shift+B | Create Backup |
| Ctrl+Q | Quit |
| Ctrl+X | Cut (disabled for terminal tabs) |
| Ctrl+C | Copy |
| Ctrl+V | Paste |
| Ctrl+F | Find in the active tab |
| Ctrl+K | Quick Connect |
| Ctrl+M | Manage Connections |
| Ctrl+Shift+U | SFTP client |
| Ctrl+Shift+P | Manage credentials |
| Ctrl+Shift+G | Manage GPG keys |
| Ctrl+Shift+I | Manage SSH keys |
| Ctrl+, | Global Settings |
| Ctrl+Shift+S | Snippet Manager |
| Ctrl+Shift+J | JobScheduler |
| Ctrl+Shift+V | Video Manager |
| Ctrl+Shift+E | Start / stop terminal recording |
| Ctrl+Alt+J | Session Journals |
| Ctrl+Alt+T | Start / stop the session journal of the active tab |
| Ctrl+Alt+C | Add a screenshot to the running session journal |
| Ctrl+Alt+L | Show/hide the live journal panel on its last-used side |
| Ctrl+Alt+G | Show/hide the Coding Agents panel on its last-used side |
| Ctrl+Alt+N | Jump to the next coding agent waiting for a decision, across windows |
| Ctrl+Shift+A | ASCII Art |
| Ctrl+Shift+Y | Open AI Manager |
| Ctrl+Alt+A | Open AI Agent |
| Ctrl+Alt+P | Open AI Planning |
| Ctrl+Alt+S | Open AI Swarm |
| Ctrl+Shift+D | Toggle Dashboard |
| Ctrl+Shift+T | Toggle command timestamps |
| Ctrl+Shift+L | Show / Hide Menu Bar |
| Ctrl+Shift+K | Dock the file browser on the left |
| Ctrl+Shift+R | Dock the file browser on the right |
| Alt++ | Zoom In |
| Alt+- | Zoom Out |
| Alt+0 | Reset Zoom |
| Ctrl + mouse wheel | Zoom the terminal font in/out (Cmd + wheel on macOS) |
| Ctrl+D | Close a local cmd.exe/PowerShell tab (EOF for bash-family shells and SSH) |
| F1 | Open the manual (Help → Manual) |
| F12 | Toggle Fullscreen |
| Ctrl+Shift+F | Toggle Terminal-only Fullscreen |
Snippet editor¶
These keys work inside the snippet editor's code field; see AI Code completions.
| Shortcut | Action |
|---|---|
| Shift+Tab (cursor at the end of a line with text) | Open the completion list (the combination is configurable, see Snippet Editor settings) |
| Ctrl+Space | Open the completion list anywhere (on macOS the physical Ctrl key, not Cmd; Cmd+I and Alt+Esc work there too, because macOS often reserves Ctrl+Space for switching input sources) |
| Up / Down (list open) | Move the selection; typing filters the list |
| Tab or Enter (list open) | Insert the selected entry |
| Esc | Close the list, or dismiss ghost text |
| Tab (ghost text visible) | Accept the ghost text |
| Alt+] / Alt+[ (ghost text visible) | Next / previous ghost-text candidate (physical ] and [ keys of a US layout) |
| Tab (inside an inserted idiom template) | Jump to the next placeholder |
| Shift+Tab (anywhere else, or when another combination is configured) | Outdent the line, as before |
Terminal AI agent¶
| Shortcut | Action |
|---|---|
agent + Tab (at shell prompt) |
Show agent command variants (agent, agent-ask, agent-plan) |
agent + Tab (at shell prompt) |
Show recent agent-prompt history (newest first) |
| Esc or Ctrl+C (during a run) | Cancel the selected agent run's tab |
| Ctrl+R (during a run) | Toggle thinking details for the selected run |
| ⏸ (activity panel) | Pause the selected run at a safe checkpoint |
| ▶️ (activity panel) | Resume a paused run |
Note
The complete, always-current shortcut list is generated from the application's accelerator definitions. If a shortcut here differs from what the app shows, the app is authoritative.