Choose a mode by its first character
⌘P opens the file palette. It uses subsequence matching and prioritizes recent tabs when the query is empty. Add > for actions, @ for symbols in the open file, and # for symbols across the project.
Lists have intentional limits: up to 40 items for files or commands and up to 60 for symbols. Refine the name when an item does not appear in the short list.
| Query | Result |
|---|---|
| no prefix | project files |
| >save | palette actions |
| @render | symbols in the open file |
| #render | project symbols |
Actions available in the palette
The > mode exposes save, save all, new file, toggle sidebar, terminal and agent, search project, open Settings, close tab, return to projects, central modes, and themes.
It does not run shell commands or replace the Git panel. Use the palette for interface navigation and Terminal for the project process.
>save
>term
>search
>themeText search and definition
⌘F opens find in the file; ⇧⌘F selects project search. Text search complements the palette: it finds occurrences in files while the palette jumps to files and extracted symbols.
⌃⌘J requests Go to Definition. Results depend on the resolver and available language support; when no destination exists, return to text search or the symbol palette.