Skip to content

Instantly share code, notes, and snippets.

@TheMY3
Last active November 21, 2017 18:50
Show Gist options
  • Save TheMY3/c965419db7b79fd267c680806de5d7a4 to your computer and use it in GitHub Desktop.
Save TheMY3/c965419db7b79fd267c680806de5d7a4 to your computer and use it in GitHub Desktop.
VCS User Keybindings
// Place your key bindings in this file to overwrite the defaults
[
// Vim keybindings.
{
"key": "alt+1",
"command": "workbench.action.toggleSidebarVisibility"
},
{
"key": "ctrl+b",
"command": "-workbench.action.toggleSidebarVisibility"
},
{
"command": "workbench.action.quickOpen",
"key": "ctrl+e"
},
{
"command": "workbench.action.quickOpen",
"key": "ctrl+p"
},
{
"command": "workbench.action.gotoSymbol",
"key": "alt+r"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment