Last active
April 6, 2020 02:05
-
-
Save ospatil/411073c086f387f8c28dbee0d3ce8d71 to your computer and use it in GitHub Desktop.
Keyboard navigation shortcuts for VS Code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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