Skip to content

Instantly share code, notes, and snippets.

@craigpearson
Last active September 24, 2019 00:01
Show Gist options
  • Save craigpearson/e7b442d2b6e723a0517941d248f7cd62 to your computer and use it in GitHub Desktop.
Save craigpearson/e7b442d2b6e723a0517941d248f7cd62 to your computer and use it in GitHub Desktop.
VS Code Keyboard Shortcuts

VS Code Keyboard Shortcuts

Shortcut Action
⌘ cmd + ⇧ shift + [ Focus on previous file
⌘ cmd + ⇧ shift + ] Focus on next file
⌘ cmd + \ Split current file
⌘ cmd + ⌥ alt + 0 Toggle Horizontal / Vertical group

Focus and Navigation

Navigate between open files

Focus on previous file

⌘ cmd + ⇧ shift + [

Focus next file

⌘ cmd + ⇧ shift + ]

Code Spltting

Split current file

⌘ cmd + \

Move current focused file to group

Move current document to previous group

⌃ ctrl + ⌘ cmd + [

Move current document to next group

Will create new group if it doesn't exist

⌃ ctrl + ⌘ cmd + [

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