From 0abdb92eec2bdfbe38ae437674e27dc75fd450b0 Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Fri, 8 Nov 2019 21:25:44 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/keybindings.json b/keybindings.json index aee0bfc..922719a 100644 --- a/keybindings.json +++ b/keybindings.json @@ -376,4 +376,12 @@ "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" + } ]