Skip to content

Instantly share code, notes, and snippets.

@edfungus
Created June 14, 2020 06:09
Show Gist options
  • Save edfungus/e8e89049f30d8f4180247c26d52a719f to your computer and use it in GitHub Desktop.
Save edfungus/e8e89049f30d8f4180247c26d52a719f to your computer and use it in GitHub Desktop.
Vscode Shortcuts
[
{
"key": "ctrl+[",
"command": "workbench.action.navigateBack"
},
{
"key": "ctrl+]",
"command": "workbench.action.navigateForward"
},
{
"key": "ctrl+tab",
"command": "workbench.action.nextEditorInGroup"
},
{
"key": "ctrl+shift+tab",
"command": "workbench.action.previousEditorInGroup"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment