Skip to content

Instantly share code, notes, and snippets.

@grabbou
Created August 28, 2018 18:24
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grabbou/630fe996e34b5ef146747635260b8ed8 to your computer and use it in GitHub Desktop.
Save grabbou/630fe996e34b5ef146747635260b8ed8 to your computer and use it in GitHub Desktop.

Useful VSCode shortcuts

  • Navigate to a symbol in a file - ⌘O (add ":" to group by type)
  • Navigate to a symbol in a project - ⌘T (#)
  • Select line - ⌘I
  • Zen Mode - ⌘K+Z
  • Hide sidebar - ⌘B
  • Open markdown preview - ⌘K+V
  • Go to source file - ⌘ Click
  • Toggle terminal - ⌃`
  • Open Git integration - ⌃⇧G
  • Toggle Command Pallette - ⇧⌘P
  • Fold line - ⌥⌘[
  • Unfold line - ⌥⌘]
  • Cancel cursor selection - ⌘U
  • Move line - ⌥↓↑
  • Navigate between recently opened files - ⌘P+P
  • Navigate entire history - ⌃Tab
  • Navigate back - ⌃-
  • Navigate forward - ⌃⇧-
  • Switch between pages - ⌃1, ⌃2...
  • Refactor code with VSCode suggestions - ⌘.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment