Skip to content

Keyboard Shortcuts

ShortcutAction
EnterSend message
Shift + EnterNew line in prompt
EscapeClose modal or overlay
@Open file reference picker
Ctrl/Cmd + VPaste image from clipboard

When your prompt contains @file:path/to/file tokens, the cursor treats each token as a single unit:

  • Arrow keys jump over the entire @file: token — the cursor won’t land inside it.
  • Backspace at the boundary of an @file: token deletes the whole reference in one keystroke.

This makes it easy to add and remove file references without accidentally breaking them. See Attaching Context for more on using file references.

The File Browser code viewer is read-only. You can view and copy code, but cannot edit files directly. Standard text shortcuts work:

ShortcutAction
Ctrl/Cmd + CCopy selected text
Ctrl/Cmd + ASelect all
Ctrl/Cmd + FFind in file