From 9cec939da18e3bea267cf34d7ef3dbc847e9c729 Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Thu, 27 Jun 2019 16:56:13 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/keybindings.json b/keybindings.json index 48d2a05..2264c2e 100644 --- a/keybindings.json +++ b/keybindings.json @@ -17,16 +17,6 @@ "key": "ctrl+t", "command": "workbench.action.showAllSymbols" }, - { - "key": "ctrl+]", - "command": "editor.unfold", - "when": "editorTextFocus" - }, - { - "key": "ctrl+[", - "command": "editor.fold", - "when": "editorTextFocus" - }, { "key": "ctrl+w", "command": "workbench.action.closeWindow", @@ -149,27 +139,17 @@ "key": "ctrl+shift+-", "command": "workbench.action.zoomOut" }, - { - "key": "ctrl+[", - "command": "-editor.action.outdentLines", - "when": "editorTextFocus && !editorReadonly" - }, - { - "key": "ctrl+]", - "command": "-editor.action.indentLines", - "when": "editorTextFocus && !editorReadonly" - }, { "key": "ctrl+r", "command": "workbench.action.openRecent" }, - { - "key": "ctrl+shift+[", + { + "key": "ctrl+[", "command": "editor.foldAll", "when": "editorTextFocus" }, { - "key": "ctrl+shift+]", + "key": "ctrl+]", "command": "editor.unfoldAll", "when": "editorTextFocus" },