Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save malefficient/c34ea4b8c0c0b02d44daa8384511dd1b to your computer and use it in GitHub Desktop.
Save malefficient/c34ea4b8c0c0b02d44daa8384511dd1b to your computer and use it in GitHub Desktop.
Visual Studio code - VSCode Cheat Sheet - Keyboard Shortcuts

VSCode Cheat Sheet

Keyboard Shortcuts

Jump to closing bracket

Cmd+Shift+\

Though I suggest changing it as follows:

editor.action.jumpToBracket Ctrl+]

editor.action.selectToBracket Ctrl+Shift+]

Increase/Decrease Indent

Cmd+] / Cmd+[

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment