Update keybindings.json
This commit is contained in:
parent
0abdb92eec
commit
c0b2f9c954
|
@ -376,12 +376,24 @@
|
||||||
"command": "workbench.files.action.focusOpenEditorsView",
|
"command": "workbench.files.action.focusOpenEditorsView",
|
||||||
"when": "workbench.explorer.openEditorsView.active"
|
"when": "workbench.explorer.openEditorsView.active"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"key": "ctrl+shift+g",
|
|
||||||
"command": "scm.mainPanel.focus"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"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",
|
||||||
|
"command": "gitlens.views.repositories:gitlens.focus"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"key": "ctrl+shift+u",
|
||||||
|
"command": "scm.mainPanel.focus"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue