Skip to content

Instantly share code, notes, and snippets.

@x3rAx
Last active March 23, 2020 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save x3rAx/bf068d11ab9672ce049a463badde27e8 to your computer and use it in GitHub Desktop.
Save x3rAx/bf068d11ab9672ce049a463badde27e8 to your computer and use it in GitHub Desktop.
My VSCode Keybindings Cheat Sheet

My VSCode Keybindings Cheat Sheet

Multi Cursor

  • ctrl + alt + j - Add cursor below
  • ctrl + alt + k - Add cursor above

  • ctrl + alt + l - Add selection to next find match
  • ctrl + alt + h - Undo cursor action

Selection

  • shift + alt + l - Expand selection
  • shift + alt + h - Shrink selection

Edit

  • alt + j - Move line down
  • alt + k - Move line up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment