From f84ae79e072f9594ed3f19147493d31e1f46ff2e Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Tue, 27 Aug 2019 14:02:38 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/keybindings.json b/keybindings.json index c2483f9..4fd7464 100644 --- a/keybindings.json +++ b/keybindings.json @@ -132,12 +132,12 @@ "command": "workbench.action.zoomOut" }, { - "key": "ctrl+[", + "key": "ctrl+shift+[", "command": "editor.foldAll", "when": "editorTextFocus" }, { - "key": "ctrl+]", + "key": "ctrl+shift+]", "command": "editor.unfoldAll", "when": "editorTextFocus" }, @@ -309,4 +309,14 @@ "command": "workbench.action.terminal.findPreviousTerminalFocus", "when": "terminalFindWidgetFocused" }, + { + "key": "ctrl+]", + "command": "workbench.action.nextEditor", + "when": "editorFocus" + }, + { + "key": "ctrl+[", + "command": "workbench.action.previousEditor", + "when": "editorFocus" + }, ]