Update keybindings.json

This commit is contained in:
lianghongkey 2019-11-09 14:14:34 +08:00 committed by GitHub
parent a6732e0170
commit ab9f1cc474
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -384,10 +384,6 @@
"key": "ctrl+shift+y",
"command": "gitlens.views.repositories:gitlens.focus"
},
{
"key": "ctrl+shift+u",
"command": "scm.mainPanel.focus"
},
{
"key": "ctrl+shift+d",
"command": "-workbench.view.debug"
@ -395,5 +391,9 @@
{
"key": "ctrl+shift+g",
"command": "workbench.view.debug"
}
},
{
"key": "ctrl+shift+u",
"command": "workbench.view.scm"
},
]