From ab9f1cc474f0e31c1878d9342f7083e43d2c354a Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Sat, 9 Nov 2019 14:14:34 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" + }, ]