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