Skip to content

Instantly share code, notes, and snippets.

@c3ph3us
Forked from RichardBronosky/vscode_cheat_sheet.md
Created August 17, 2023 15:45
Show Gist options
  • Save c3ph3us/a0aaf09354394500b4524401d9ff00c3 to your computer and use it in GitHub Desktop.
Save c3ph3us/a0aaf09354394500b4524401d9ff00c3 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