diff --git a/keybindings.json b/keybindings.json index 54ce9b9..8ffd5bb 100644 --- a/keybindings.json +++ b/keybindings.json @@ -380,14 +380,6 @@ "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" @@ -395,5 +387,13 @@ { "key": "ctrl+shift+u", "command": "scm.mainPanel.focus" + }, + { + "key": "ctrl+shift+d", + "command": "-workbench.view.debug" + }, + { + "key": "ctrl+shift+g", + "command": "workbench.view.debug" } ]