Update keybindings.json

This commit is contained in:
lianghongkey 2019-11-08 21:58:38 +08:00 committed by GitHub
parent 0abdb92eec
commit c0b2f9c954
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 4 deletions

View File

@ -376,12 +376,24 @@
"command": "workbench.files.action.focusOpenEditorsView",
"when": "workbench.explorer.openEditorsView.active"
},
{
"key": "ctrl+shift+g",
"command": "scm.mainPanel.focus"
},
{
"key": "ctrl+shift+o",
"command": "sshHosts.focus"
},
{
"key": "ctrl+shift+g",
"command": "-workbench.view.scm"
},
{
"key": "ctrl+shift+g",
"command": "workbench.debug.action.focusVariablesView"
},
{
"key": "ctrl+shift+y",
"command": "gitlens.views.repositories:gitlens.focus"
},
{
"key": "ctrl+shift+u",
"command": "scm.mainPanel.focus"
}
]