From a6732e017017fa16a9bfbaec887cc3a44d29b995 Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Fri, 8 Nov 2019 22:13:01 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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" } ]