VS Code AI Shortcuts
Terminal
Section titled “Terminal”Ctrl + ` # open / focus integrated terminalCtrl + Shift + ` # new terminal instanceCtrl + Shift + 5 # split terminalCtrl + ↑ / ↓ # scroll terminal outputNavigate While Claude Works
Section titled “Navigate While Claude Works”Ctrl + P # quick open any fileCtrl + G # go to line numberCtrl + Shift + E # focus file explorer sidebarCtrl + B # toggle sidebarEdit AI Output
Section titled “Edit AI Output”Ctrl + Z # undo last changeCtrl + Shift + Z # redoAlt + Click # place additional cursor (multi-edit)Ctrl + D # select next occurrence of current wordCtrl + Shift + L # select all occurrences of current wordReview Changes
Section titled “Review Changes”Ctrl + Shift + G # open source control panel# Click a changed file → opens inline diffAlt + ← # navigate back (exit diff, return to file)macOS Equivalents
Section titled “macOS Equivalents”Ctrl → Cmd (except Ctrl+` for terminal — stays Ctrl+` on macOS)Alt → Option (except Go Back: use Cmd+[ on macOS, not Option+←)