diff --git a/keybindings.json b/keybindings.json index 922719a..54ce9b9 100644 --- a/keybindings.json +++ b/keybindings.json @@ -376,12 +376,24 @@ "command": "workbench.files.action.focusOpenEditorsView", "when": "workbench.explorer.openEditorsView.active" }, - { - "key": "ctrl+shift+g", - "command": "scm.mainPanel.focus" - }, { "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" + }, + { + "key": "ctrl+shift+u", + "command": "scm.mainPanel.focus" } ]