Reference & FAQ / Keyboard Shortcuts

Keyboard Shortcuts

LingXizhi IDE shortcuts follow the muscle memory of VS Code users; on macOS, Ctrl maps to ⌘ Cmd. Below is the complete list for the current version.

Files & Editing

ShortcutAction
Ctrl + SSave current file
Ctrl + K SSave all files
EscClose overlay / bubble / diff preview
ShortcutAction
Ctrl + PQuick open (files + workspace symbols)
Ctrl + Shift + PCommand palette
Ctrl + BToggle sidebar
Ctrl + Shift + ESwitch to Explorer view
Ctrl + JToggle AI panel
Ctrl + `Toggle bottom panel (terminal)

"Quick open" returns both file names and workspace symbols; panel shortcuts toggle instantly — press again to restore the previous layout.

AI Features

ShortcutAction
Ctrl + Shift + RStart a RUSH deep task
Ctrl + KInline edit (rewrite selected code by instruction)
Ctrl + ISelection quick action "Refactor"
EnterSend chat message
Shift + EnterNew line in the chat input

Terminal

ShortcutAction
Ctrl + CCancel the running command

The command palette complements shortcuts: press Ctrl + Shift + P and fuzzy-search every command — "New File / Save File / AI Chat / AI Inline Edit / Start RUSH / Pause RUSH / New Terminal / Open Settings" and more. When you can't recall a shortcut, go straight by command name.

!

Inline edit does not count against Agent runs: Ctrl + K and the selection quick actions (Refactor / Explain / Comment / Test / Find Similar) all go through the inline-edit channel — use them as often as you like. Only RUSH tasks started with Ctrl + Shift + R consume the daily quota; see Plans & Quota.

Next Steps