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" },