Update keybindings.json

This commit is contained in:
lianghongkey 2019-11-08 22:13:01 +08:00 committed by GitHub
parent c0b2f9c954
commit a6732e0170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -380,14 +380,6 @@
"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"
@ -395,5 +387,13 @@
{
"key": "ctrl+shift+u",
"command": "scm.mainPanel.focus"
},
{
"key": "ctrl+shift+d",
"command": "-workbench.view.debug"
},
{
"key": "ctrl+shift+g",
"command": "workbench.view.debug"
}
]