Skip to content

Instantly share code, notes, and snippets.

@tangoabcdelta
Last active January 21, 2021 11:15
Show Gist options
  • Save tangoabcdelta/c5aaa3344cd9a2e6c5c46ed008bfc9c1 to your computer and use it in GitHub Desktop.
Save tangoabcdelta/c5aaa3344cd9a2e6c5c46ed008bfc9c1 to your computer and use it in GitHub Desktop.
Visual Studio Code or vscode default keyboard shortcuts (only the ones that matter)

Table:

Purpose Command Remark
Move line up/down Alt + Up Arrow/Down Arrow If you're from a sublime background like me, this is the equivalent for ctrl + shift in Sublime.
Jump to matching bracket Ctrl+Shift+\ Chrome's ctrl + m equivalent or Sublime's ctrl + <bracket>
Indent/outdent line Ctrl + ] or [ --
Duplicate line Going to the end of the line and then doing Ctrl + C followed by Ctrl + V This is Sublime or Atom's Ctrl + D equivalent
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment