Skip to content
The room

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.

KeysDoesSince
Ctrl+Lfocus the chat
Ctrl+1 … Ctrl+6Chat · Files · Preview · Changes · History · Settings
Ctrl+7Terminal (desktop app only — no terminal on the web: ask the chat to run code, use Preview, or the desktop app)
Ctrl+Kedit the selection with AI
Ctrl+Alt+Spaceask for a completion
Escstop the model, close a sheet
Ctrl+/the shortcuts overlay — this list, inside the IDE1.0.8
Ctrl+Bshow / hide the left panel1.0.8
Ctrl+Shift+Efocus Files1.0.8
Ctrl+Shift+MProblems1.0.8
Alt+]next inline hunk of the pending edit1.0.8
Alt+[previous inline hunk1.0.8
Alt+Enterkeep this hunk1.0.8
Alt+Backspaceundo this hunk1.0.8
Ctrl+Pgo to file
Ctrl+Shift+Ogo to symbol in the file
Ctrl+Ggo to line
Ctrl+Shift+Ffind in files
F2rename the symbol
F12go to definition
Shift+Alt+Fformat the file
Alt+Wclose the tab (the browser owns Ctrl+W)
Ctrl+PgUp / Ctrl+PgDnprevious / next tab (the browser owns Ctrl+Tab)
Alt+Zword wrap
Ctrl+= / Ctrl+-zoom the editor
F1every 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.