Update keybindings.json
This commit is contained in:
parent
c0b2f9c954
commit
a6732e0170
|
@ -380,14 +380,6 @@
|
||||||
"key": "ctrl+shift+o",
|
"key": "ctrl+shift+o",
|
||||||
"command": "sshHosts.focus"
|
"command": "sshHosts.focus"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"key": "ctrl+shift+g",
|
|
||||||
"command": "-workbench.view.scm"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"key": "ctrl+shift+g",
|
|
||||||
"command": "workbench.debug.action.focusVariablesView"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"key": "ctrl+shift+y",
|
"key": "ctrl+shift+y",
|
||||||
"command": "gitlens.views.repositories:gitlens.focus"
|
"command": "gitlens.views.repositories:gitlens.focus"
|
||||||
|
@ -395,5 +387,13 @@
|
||||||
{
|
{
|
||||||
"key": "ctrl+shift+u",
|
"key": "ctrl+shift+u",
|
||||||
"command": "scm.mainPanel.focus"
|
"command": "scm.mainPanel.focus"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+shift+d",
|
||||||
|
"command": "-workbench.view.debug"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+shift+g",
|
||||||
|
"command": "workbench.view.debug"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue