Keyboard shortcuts
The same list as Help → Keyboard inside the IDE, or Ctrl+/ for the overlay. Ctrl is ⌘ on macOS. Keys marked 1.0.8 arrived in the 9 September 2026 release; an older desktop build will not have them until it updates.
| Keys | Does | Since |
|---|---|---|
| Ctrl+L | focus the chat | |
| Ctrl+1 … Ctrl+6 | Chat · Files · Preview · Changes · History · Settings | |
| Ctrl+7 | Terminal (desktop app only — no terminal on the web: ask the chat to run code, use Preview, or the desktop app) | |
| Ctrl+K | edit the selection with AI | |
| Ctrl+Alt+Space | ask for a completion | |
| Esc | stop the model, close a sheet | |
| Ctrl+/ | the shortcuts overlay — this list, inside the IDE | 1.0.8 |
| Ctrl+B | show / hide the left panel | 1.0.8 |
| Ctrl+Shift+E | focus Files | 1.0.8 |
| Ctrl+Shift+M | Problems | 1.0.8 |
| Alt+] | next inline hunk of the pending edit | 1.0.8 |
| Alt+[ | previous inline hunk | 1.0.8 |
| Alt+Enter | keep this hunk | 1.0.8 |
| Alt+Backspace | undo this hunk | 1.0.8 |
| Ctrl+P | go to file | |
| Ctrl+Shift+O | go to symbol in the file | |
| Ctrl+G | go to line | |
| Ctrl+Shift+F | find in files | |
| F2 | rename the symbol | |
| F12 | go to definition | |
| Shift+Alt+F | format the file | |
| Alt+W | close the tab (the browser owns Ctrl+W) | |
| Ctrl+PgUp / Ctrl+PgDn | previous / next tab (the browser owns Ctrl+Tab) | |
| Alt+Z | word wrap | |
| Ctrl+= / Ctrl+- | zoom the editor | |
| F1 | every command |
Inline hunks
When the agent edits an open file, the change shows in the editor as hunks with a keep / undo lens on each. Alt+] and Alt+[ walk between them, Alt+Enter keeps the one under the cursor and Alt+Backspace puts it back. The Changes panel does the same for the whole set.
F1 opens the command palette; every command in the product is there, in the product’s own words (File, Edit, View, Chat, Go, Help). The desktop app adds a menubar with the same entries. There is no terminal on the web, so there is no Ctrl+` — ask the chat to run code, use Preview, or the desktop app.