diff --git a/keybindings.json b/keybindings.json index ae8256d..9cf5d3d 100644 --- a/keybindings.json +++ b/keybindings.json @@ -162,5 +162,15 @@ { "key": "ctrl+r", "command": "workbench.action.openRecent" - } + }, + { + "key": "ctrl+shift+[", + "command": "editor.foldAll", + "when": "editorTextFocus" + }, + { + "key": "ctrl+shift+]", + "command": "editor.unfoldAll", + "when": "editorTextFocus" + }, ]