Why Antigravity Shortcuts Matter (August 2026)

Google Antigravity crossed 2.4 million weekly active users, and with Antigravity 2.0 the product shifted from an AI-assisted editor to an agent-first platform where the Agent Manager runs as its own surface. That changes which keys matter: most of your day is spent moving between the editor and agent threads, not typing code. Learn three chords first — Cmd/Ctrl+L to toggle the agent panel, Cmd/Ctrl+E to swap between Editor and Agent Manager, and Cmd/Ctrl+I for an inline natural-language command in either the editor or the terminal.

Because Antigravity is built on the VS Code editor, everything below the AI layer — Cmd/Ctrl+P quick open, Cmd/Ctrl+Shift+P command palette, multi-cursor, Git panel — behaves the way you already expect. The bindings worth double-checking are the ones where an agent action overlaps a VS Code default; the FAQ at the bottom covers the Cmd/Ctrl+Shift+L and Cmd/Ctrl+N overlaps in detail. Inside the agent input, @ attaches files, directories, or MCP servers as context, and / inserts a saved workflow.

Essential — Start Here

Toggle agent panel
CtrlL
Switch Editor ↔ Agent Manager
CtrlE
Inline AI command
CtrlI
Submit prompt to agent
CtrlEnter
Command palette
CtrlShiftP
Quick open file
CtrlP
Toggle terminal
CtrlJ

Agent & AI

Toggle / focus agent panel
CtrlL
Open agent panel (alternate)
CtrlShiftI
Send selected code to agent
Select+CtrlL
Send terminal output to agent
Select+CtrlL
New agent conversation thread
CtrlShiftL
New conversation (agent surface)
CtrlN
Inline AI in editor
CtrlI
Inline AI in terminal
CtrlI
Accept inline completion
Tab
Dismiss suggestion
Esc
Add context (files, folders, MCP)
@
Insert workflow (saved prompt)
/
New line in agent prompt
ShiftEnter

Agent Manager & Problems

Switch Editor ↔ Agent Manager
CtrlE
Open Problems panel
CtrlShiftM
Next / previous problem
F8/ShiftF8
Quick fix (Explain and fix)
Ctrl.
Run task
CtrlShiftB
Start / continue debugging
F5

Navigation & Search

Quick open file
CtrlP
Command palette
CtrlShiftP
Go to symbol in file
CtrlShiftO
Go to line
CtrlG
Go to definition
F12
Peek definition
AltF12
Find all references
ShiftF12
Find in file
CtrlF
Search across all files
CtrlShiftF
Replace in file
CtrlH
Explorer panel
CtrlShiftE
Navigate back / forward
CtrlAlt-/CtrlShift-

Tabs, Panels & Layout

Toggle primary sidebar
CtrlB
Cycle open editor tabs
CtrlTab
Close current tab
CtrlW
Reopen closed tab
CtrlShiftT
Split editor
Ctrl\
Focus editor group 1–3
Ctrl13
Extensions panel
CtrlShiftX
Zen mode
CtrlKZ
Toggle full screen
F11

Code Editing

Select next occurrence
CtrlD
Select all occurrences (editor focus)
CtrlShiftL
Add cursor above / below
CtrlAlt/
Add cursor at click
AltClick
Move line up / down
Alt/
Copy line up / down
AltShift/
Delete line
CtrlShiftK
Toggle line comment
Ctrl/
Toggle block comment
ShiftAltA
Format document
ShiftAltF
Rename symbol
F2
Indent / outdent
Ctrl]/[
Fold / unfold region
CtrlShift[/]
Trigger suggestion
CtrlSpace
Save / save all
CtrlS/CtrlKS
Undo / redo
CtrlZ/CtrlY

Terminal

Toggle terminal panel
CtrlJ
Toggle terminal (alternate)
Ctrl`
New terminal
CtrlShift`
AI command suggestion in terminal
CtrlI
Split terminal
CtrlShift5
Kill terminal instance
CtrlShiftW
Clear terminal
CtrlLshell
Output panel
CtrlShiftU

Git & Source Control

Open Source Control panel
CtrlShiftG
Commit staged changes
CtrlEnterin SCM
Stage all changes
CtrlShiftPStage All
Sync (pull + push)
CtrlShiftPSync
Open changes for file
CtrlShiftPOpen Changes

Settings & Customization

Open Settings
Ctrl,
Keyboard shortcuts editor
CtrlKCtrlS
Theme picker (live preview)
CtrlKCtrlT
Zoom in / out
Ctrl=/Ctrl-
Reset zoom
Ctrl0

Essential — Start Here

Toggle agent panel
L
Switch Editor ↔ Agent Manager
E
Inline AI command
I
Submit prompt to agent
Return
Command palette
P
Quick open file
P
Toggle terminal
J

Agent & AI

Toggle / focus agent panel
L
Open agent panel (alternate)
I
Send selected code to agent
Select+L
Send terminal output to agent
Select+L
New agent conversation thread
L
New conversation (agent surface)
N
Inline AI in editor
I
Inline AI in terminal
I
Accept inline completion
Tab
Dismiss suggestion
Esc
Add context (files, folders, MCP)
@
Insert workflow (saved prompt)
/
New line in agent prompt
Return

Agent Manager & Problems

Switch Editor ↔ Agent Manager
E
Open Problems panel
M
Next / previous problem
F8/F8
Quick fix (Explain and fix)
.
Run task
B
Start / continue debugging
F5

Navigation & Search

Quick open file
P
Command palette
P
Go to symbol in file
O
Go to line
G
Go to definition
F12
Peek definition
F12
Find all references
F12
Find in file
F
Search across all files
F
Replace in file
F
Explorer panel
E
Navigate back / forward
-/-

Tabs, Panels & Layout

Toggle primary sidebar
B
Cycle open editor tabs
Tab
Close current tab
W
Reopen closed tab
T
Split editor
\
Focus editor group 1–3
13
Extensions panel
X
Zen mode
KZ
Toggle full screen
F

Code Editing

Select next occurrence
D
Select all occurrences (editor focus)
L
Add cursor above / below
/
Add cursor at click
Click
Move line up / down
/
Copy line up / down
/
Delete line
K
Toggle line comment
/
Toggle block comment
A
Format document
F
Rename symbol
F2
Indent / outdent
]/[
Fold / unfold region
[/]
Trigger suggestion
Space
Save / save all
S/S
Undo / redo
Z/Z

Terminal

Toggle terminal panel
J
Toggle terminal (alternate)
`
New terminal
`
AI command suggestion in terminal
I
Split terminal
\
Kill terminal instance
W
Clear terminal
K
Output panel
U

Git & Source Control

Open Source Control panel
G
Commit staged changes
Returnin SCM
Stage all changes
PStage All
Sync (pull + push)
PSync
Open changes for file
POpen Changes

Settings & Customization

Open Settings
,
Keyboard shortcuts editor
KS
Theme picker (live preview)
KT
Zoom in / out
=/-
Reset zoom
0

Also see: CursorWindsurfZedGitHub CopilotClaude CodeVS Code

Antigravity Shortcuts — Frequently Asked Questions

What is the keyboard shortcut to open the Antigravity agent panel?

Press Cmd+L on macOS or Ctrl+L on Windows and Linux. Cmd/Ctrl+Shift+I also opens the agent surface. With code or terminal output selected, the same chord sends that selection to the agent as context.

How do I switch between the Editor and the Agent Manager?

Use Cmd/Ctrl+E. In Antigravity 2.0 the Agent Manager also ships as a standalone desktop app, so you can run agent fleets in a separate window from the editor.

Why does Ctrl+Shift+L do two different things?

The binding is context sensitive. With focus in the code editor it selects all occurrences of the current selection — the inherited VS Code behaviour. With focus on an agent surface it starts a new agent conversation thread. Check which surface has focus before pressing it. The same applies to Cmd/Ctrl+N, which creates a new file in the editor and a new conversation on an agent surface.

Are Antigravity shortcuts the same as VS Code shortcuts?

Mostly. Antigravity is built on the VS Code editor, so navigation, editing, terminal, and Git bindings follow VS Code defaults. The AI and agent layer is Antigravity specific: Cmd/Ctrl+L, Cmd/Ctrl+E, and Cmd/Ctrl+I. See our VS Code shortcuts page for the full base keymap.

What is the inline AI shortcut in Antigravity?

Cmd/Ctrl+I triggers an inline natural-language command. It works in the code editor for inline completions and edits, and in the integrated terminal for command suggestions.

How do I view and customize Antigravity keyboard shortcuts?

Open Settings with Cmd/Ctrl+, and choose Shortcuts, or jump straight to the keybindings editor with Cmd/Ctrl+K then Cmd/Ctrl+S. See the official settings docs.

How do I add files and MCP servers as context?

Type @ in the agent input to attach files, directories, or MCP servers. Type / to insert a workflow — a saved prompt you can reuse across sessions.

Does Antigravity run on Windows and Linux?

Yes — macOS, Windows, and Linux. Use the platform tabs above for the exact bindings. As a rule, Cmd maps to Ctrl and Option maps to Alt.