Skip to content

Instantly share code, notes, and snippets.

@ospatil
Last active April 6, 2020 02:05
Show Gist options
  • Save ospatil/411073c086f387f8c28dbee0d3ce8d71 to your computer and use it in GitHub Desktop.
Save ospatil/411073c086f387f8c28dbee0d3ce8d71 to your computer and use it in GitHub Desktop.
Keyboard navigation shortcuts for VS Code
# VS Code keyboard shortcuts
## Jumping between editors, views and terminal
* Jump to file explorer - `Cmd + shift + E`
* Switch between open editor tabs - `Ctrl` + `tab` or `Ctrl` + `1` or `2` so on
* Jump to terminal - `Ctrl + ``
* Quick View Selection - `Ctrl + Q`
* Jump to global search view - `Cmd + shift + F`
* Jump to Debug view - `shift + Cmd + D`
* Jump to Source control view - `Ctrl + shift + G`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment