From e17280dee721381af611c8ad65e51724034f05be Mon Sep 17 00:00:00 2001 From: lianghongkey Date: Tue, 23 Apr 2019 15:56:15 +0800 Subject: [PATCH] Update keybindings.json --- keybindings.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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" + }, ]