diff --git a/keybindings.json b/keybindings.json index 8ffd5bb..9a19da2 100644 --- a/keybindings.json +++ b/keybindings.json @@ -384,10 +384,6 @@ "key": "ctrl+shift+y", "command": "gitlens.views.repositories:gitlens.focus" }, - { - "key": "ctrl+shift+u", - "command": "scm.mainPanel.focus" - }, { "key": "ctrl+shift+d", "command": "-workbench.view.debug" @@ -395,5 +391,9 @@ { "key": "ctrl+shift+g", "command": "workbench.view.debug" - } + }, + { + "key": "ctrl+shift+u", + "command": "workbench.view.scm" + }, ]