Skip to content

Instantly share code, notes, and snippets.

@jleonardolemos
Last active June 4, 2020 15:37
Show Gist options
  • Save jleonardolemos/dec9409a10e4168563bf6f59de22eb7b to your computer and use it in GitHub Desktop.
Save jleonardolemos/dec9409a10e4168563bf6f59de22eb7b to your computer and use it in GitHub Desktop.
vscode keybindings
// Place your key bindings in this file to override the defaultsauto[]
[
{
"key": "ctrl+shift+g",
"command": "-workbench.view.scm"
},
{
"key": "ctrl+shift+g",
"command": "workbench.view.scm"
},
{
"key": "ctrl+shift+-",
"command": "workbench.action.navigateBack"
},
{
"key": "ctrl+shift+=",
"command": "workbench.action.navigateForward"
},
{
"key": "ctrl+shift+-",
"command": "-workbench.action.navigateForward"
},
{
"key": "ctrl+shift+[Semicolon]",
"command": "workbench.view.explorer"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment