Keyboard Shortcuts
Chat input
Section titled “Chat input”| Shortcut | Action |
|---|---|
Enter | Send message |
Shift + Enter | New line in prompt |
Escape | Close modal or overlay |
@ | Open file reference picker |
Ctrl/Cmd + V | Paste image from clipboard |
File reference navigation
Section titled “File reference navigation”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.
Code editor (File Browser)
Section titled “Code editor (File Browser)”The File Browser code viewer is read-only. You can view and copy code, but cannot edit files directly. Standard text shortcuts work:
| Shortcut | Action |
|---|---|
Ctrl/Cmd + C | Copy selected text |
Ctrl/Cmd + A | Select all |
Ctrl/Cmd + F | Find in file |