Skip to content

Instantly share code, notes, and snippets.

@RichardBronosky
Last active August 17, 2023 15:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save RichardBronosky/cc8f9b2c566ab903b7fb8cb62a68cb26 to your computer and use it in GitHub Desktop.
Save RichardBronosky/cc8f9b2c566ab903b7fb8cb62a68cb26 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