VS Code Shortcuts Cheatsheet

These are the shortcuts that actually matter — the ones I use every day.

Essential

ShortcutAction
Ctrl + PQuick open file
Ctrl + Shift + PCommand palette
`Ctrl + ``Toggle terminal
Ctrl + BToggle sidebar
Ctrl + ,Open settings

Editing

ShortcutAction
Alt + ↑/↓Move line up/down
Shift + Alt + ↑/↓Duplicate line
Ctrl + /Toggle comment
Ctrl + DSelect next occurrence
Ctrl + Shift + LSelect all occurrences
F2Rename symbol
Ctrl + .Quick fix
ShortcutAction
Ctrl + GGo to line
F12Go to definition
Alt + F12Peek definition
Ctrl + -Go back
Ctrl + Shift + -Go forward

Multi-cursor

ShortcutAction
Alt + ClickAdd cursor
Ctrl + Alt + ↑/↓Add cursor above/below
Ctrl + Shift + Alt + ↑/↓Column select
ShortcutAction
Ctrl + FFind in file
Ctrl + HFind & replace
Ctrl + Shift + FFind in all files