Skip to content

Keybindings

UnityIDE is keyboard-first. The chords below follow VS Code wherever VS Code has one, and everything the AI panel does is two keys.

Press Ctrl+? (⌘? on macOS) at any time for the full, searchable list — it is generated from the running app, so it is never out of date with this page.

ActionmacOSWindows/Linux
Open AI panel⌘LCtrl+L
New chat⌘ICtrl+I
Chat history⌘⇧HCtrl+Shift+H
Maximize AI panel⌘⇧⏎Ctrl+Shift+Enter
Cycle mode (Ask / Agent / Plan)⌘MCtrl+M
Cycle reasoning effort⌘DCtrl+D

Mode and effort are only live while the caret is in the chat box, so they never take those keys away from the editor.

ActionmacOSWindows/Linux
Command Palette⌘⇧P or F1Ctrl+Shift+P or F1
Quick Open (files)⌘PCtrl+P
Go to Symbol in Project⌘TCtrl+T
Go to Symbol in File⌘⇧OCtrl+Shift+O
Go to Line⌘GCtrl+G
Keyboard Shortcuts⌘⇧/Ctrl+Shift+/
Settings⌘,Ctrl+,
Save⌘SCtrl+S
New File⌘NCtrl+N
Open Folder⌘OCtrl+O

Find (⌘F / Ctrl+F), Replace (⌘⌥F / Ctrl+H), Go to Definition (F12) and Find References (⇧F12) are the editor’s own and behave as they do in VS Code.

ActionmacOSWindows/Linux
Toggle left sidebar⌘BCtrl+B
Toggle right sidebar⌘KCtrl+K
Toggle terminal⌘J or ⌘`Ctrl+J or Ctrl+`
Maximize bottom panel⌘⇧JCtrl+Shift+J
Explorer⌘⇧ECtrl+Shift+E
Search in Files⌘⇧FCtrl+Shift+F
Source Control⌘⇧GCtrl+Shift+G
Run and Debug⌘⇧DCtrl+Shift+D
Unity Hierarchy⌘⇧YCtrl+Shift+Y
Unity Tests⌘⇧UCtrl+Shift+U
Zoom in / out / reset⌘= / ⌘- / ⌘0Ctrl+= / Ctrl+- / Ctrl+0
ActionmacOSWindows/Linux
Next / previous tab⌘PgDn / ⌘PgUpCtrl+PgDn / Ctrl+PgUp
Go to tab 1–9⌘1⌘9Ctrl+1Ctrl+9
Close tab⌘WCtrl+W
Close all tabs⌘⇧WCtrl+Shift+W
Reopen closed tab⌘⇧TCtrl+Shift+T
ActionmacOSWindows/Linux
New terminal⌘⇧`Ctrl+Shift+`
Split terminal⌘\Ctrl+\
Focus next / previous pane⌘⇧] / ⌘⇧[Ctrl+Shift+] / Ctrl+Shift+[
Copy / paste⌘C / ⌘VCtrl+Shift+C / Ctrl+Shift+V

While a terminal has focus the shell keeps its own control characters — Ctrl+L clears the screen rather than opening the AI panel, Ctrl+C interrupts, and so on. The terminal-management chords above are the exception and always reach the app.

These apply to a Search tab.

ActionShortcut
Match caseAlt+C
Match whole wordAlt+W
Use regular expressionAlt+R

These send commands straight to the connected Unity Editor over IPC, and are active whenever a Unity project is open.

ActionShortcut
PlayF5
PauseF6
Step frameF7
StopShift+F5

The Unity toolbar buttons in the top bar do the same thing if you prefer clicking.

ActionmacOSWindows/Linux
Format document⇧⌥FShift+Alt+F
Refactor this⌘⇧RCtrl+Shift+R
Reveal active file in Explorer⇧⌥RShift+Alt+R
Switch branch⌘⇧BCtrl+Shift+B