Multiple Cursors CTRL+D Add Selection To Next Find Match (This is my own binding. Not the default)
Ctrl+Alt+UpArrow Add Cursor Above
Ctrl+Alt+DownArrow Add Cursor Below
ALT+MouseClickDown Add Cursor On Clicked Location
Focus Movement CTRL+LeftArrow Move a Group/Word Left
CTRL+RightArrow Move a Group/Word Left
CTRL+ENTER Insert New line After the Current
CTRL+SHIFT+ENTER Insert New line Before the Current
ALT+LEFT Navigate Back
ALT+RIGHT Navigate Forward
Selection SHIFT+LeftArrow Left Select
SHIFT+RightArrow Right Select
CTRL+SHIFT+LeftArrow Left Select a Group/Word
CTRL+SHIFT+RightArrow Right Select a Group/Word
ALT+UpArrow Move Current Line UP
ALT+DownArrow Move Current Line Down
Deletions CTRL+SHIFT+K Delete line(s)
CTRL+DEL Delete The Next Word
CTRL+BACKSPACE Delete The Previous Word
Miscellaneous ALT+D Duplicate Selection (Duplicate the current line if nothing selected)
ALT+Z Toggle Word Wrap
CTRL+ALT+W Emmet Wrap (This is my own binding. Not the default)
CTRL+SPACE Auto Complete
CTRL+. Show Quick Fixes
CTRL+] Increase Indentation
CTRL+[ Decrease Indentation