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)

FieldTypeDescription
EntersendSend the prompt.
Shift+EnternewlineNew line in the prompt.
/menuOpen built-in skill autocomplete.
@menuOpen custom-skill autocomplete.
TabmenuAccept the highlighted autocomplete suggestion.
ArrowUp / ArrowDownmenuNavigate autocomplete options.
EscglobalDismiss autocomplete or cancel in-flight skill.

#File editor (Monaco)

FieldTypeDescription
Cmd/Ctrl+SeditorSave the active file.
Cmd/Ctrl+EntereditorSave and rebuild the preview.
Cmd/Ctrl+PeditorOpen file picker (fuzzy file search).
Cmd/Ctrl+Shift+PeditorOpen command palette.
Cmd/Ctrl+/editorToggle line comment.
Cmd/Ctrl+DeditorAdd next match to multi-cursor.
Cmd/Ctrl+FeditorFind in file.
Cmd/Ctrl+Shift+FeditorFind across all workspace files.

#Global navigation

FieldTypeDescription
Cmd/Ctrl+KglobalOpen the command bar (jump to any chat, app, or settings).
Cmd/Ctrl+BglobalToggle the workspace sidebar.
Cmd/Ctrl+JglobalToggle the right panel (code/preview).
Cmd/Ctrl+Shift+EglobalFocus the chat input.
EscglobalClose the topmost modal or drawer.

#Run controls (during a build or skill)

FieldTypeDescription
EsccancelCancel the in-flight build or skill.
Esc EsccancelPress twice quickly to cancel an entire augmenter queue.
Cmd/Ctrl+Shift+RrebuildForce-rebuild the preview without sending a new prompt.

#Notation conventions

Throughout the docs:

  • Cmd/Ctrl+X means 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