VSCode keyboard shortcuts I’m actually using

Visual Studio Code contains centillions of keyboard shortcuts, but in everyday life I use only a fraction of them. I have also mapped them to key combinations that are easier to access. These three-finger shortcuts are really crazy, while others I never use, like “Cursor Undo”, are mapped to “Ctrl-U”.
Your mileage may vary, but I doubt most people use many more shortcuts.

Common

CopyCtrl-C
PasteCtrl-V
CutCtrl-X
UndoCtrl-Z

Find

FindCtrl-F
Find nextF3
Find previousShift-F3
ReplaceCttrl-H

Others

Delete lineCtrl-Y
Add line commentCtrl-K Ctrl-C
Toggle line commentCtrl-#
Add cursor above (multi cursor)Ctrl-Alt-UpArrow
Add cursor below (multi cursor)Ctrl-Alt-DownArrow
Change all occurrencesCtrl-F2
Move line downAlt-DownArrow
Move line upAlt-UpArrow
Copy line downCtrl-Shift-LineDown
Copy line upCtrl-Shift-LineUp
Find all referencesCtrl-Alt-F12

(Foto von Sofya auf Unsplash)