Update keybindings.json
This commit is contained in:
parent
a6732e0170
commit
ab9f1cc474
|
@ -384,10 +384,6 @@
|
||||||
"key": "ctrl+shift+y",
|
"key": "ctrl+shift+y",
|
||||||
"command": "gitlens.views.repositories:gitlens.focus"
|
"command": "gitlens.views.repositories:gitlens.focus"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"key": "ctrl+shift+u",
|
|
||||||
"command": "scm.mainPanel.focus"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"key": "ctrl+shift+d",
|
"key": "ctrl+shift+d",
|
||||||
"command": "-workbench.view.debug"
|
"command": "-workbench.view.debug"
|
||||||
|
@ -395,5 +391,9 @@
|
||||||
{
|
{
|
||||||
"key": "ctrl+shift+g",
|
"key": "ctrl+shift+g",
|
||||||
"command": "workbench.view.debug"
|
"command": "workbench.view.debug"
|
||||||
}
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+shift+u",
|
||||||
|
"command": "workbench.view.scm"
|
||||||
|
},
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue