Reference
Keyboard shortcuts
Power-user keys for the chat workbench, file editor, and global navigation. Most shortcuts work everywhere — ones marked "(editor)" only work when the Monaco editor has focus.
#Compose (chat input)
| Field | Type | Description |
|---|---|---|
| Enter | send | Send the prompt. |
| Shift+Enter | newline | New line in the prompt. |
| / | menu | Open built-in skill autocomplete. |
| @ | menu | Open custom-skill autocomplete. |
| Tab | menu | Accept the highlighted autocomplete suggestion. |
| ArrowUp / ArrowDown | menu | Navigate autocomplete options. |
| Esc | global | Dismiss autocomplete or cancel in-flight skill. |
#File editor (Monaco)
| Field | Type | Description |
|---|---|---|
| Cmd/Ctrl+S | editor | Save the active file. |
| Cmd/Ctrl+Enter | editor | Save and rebuild the preview. |
| Cmd/Ctrl+P | editor | Open file picker (fuzzy file search). |
| Cmd/Ctrl+Shift+P | editor | Open command palette. |
| Cmd/Ctrl+/ | editor | Toggle line comment. |
| Cmd/Ctrl+D | editor | Add next match to multi-cursor. |
| Cmd/Ctrl+F | editor | Find in file. |
| Cmd/Ctrl+Shift+F | editor | Find across all workspace files. |
#Global navigation
| Field | Type | Description |
|---|---|---|
| Cmd/Ctrl+K | global | Open the command bar (jump to any chat, app, or settings). |
| Cmd/Ctrl+B | global | Toggle the workspace sidebar. |
| Cmd/Ctrl+J | global | Toggle the right panel (code/preview). |
| Cmd/Ctrl+Shift+E | global | Focus the chat input. |
| Esc | global | Close the topmost modal or drawer. |
#Run controls (during a build or skill)
| Field | Type | Description |
|---|---|---|
| Esc | cancel | Cancel the in-flight build or skill. |
| Esc Esc | cancel | Press twice quickly to cancel an entire augmenter queue. |
| Cmd/Ctrl+Shift+R | rebuild | Force-rebuild the preview without sending a new prompt. |
#Notation conventions
Throughout the docs:
Cmd/Ctrl+Xmeans Cmd on Mac, Ctrl on Windows/Linux.+separates simultaneously-pressed keys.- Spaces separate sequences ("Esc Esc" = press Esc twice).
#Where to go next
PromptFloe docs · last updated Jun 2026Report a doc issue