From 17e48ed0197258c17a1c8f4a98c724cbc81c1ebe Mon Sep 17 00:00:00 2001 From: colin Date: Fri, 22 Dec 2023 11:44:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'keybindings.json'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keybindings.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/keybindings.json b/keybindings.json index ed0a99a..38ad347 100644 --- a/keybindings.json +++ b/keybindings.json @@ -2,11 +2,11 @@ [ { "key": "cmd+-", - "command": "editor.fold", + "command": "editor.foldRecursively", }, { "key": "cmd+=", - "command": "editor.unfold", + "command": "editor.unfoldRecursively", }, { "key": "cmd+shift+-", @@ -505,5 +505,10 @@ { "key": "cmd+q", "command": "-workbench.action.quit" + }, + { + "key": "cmd+a cmd+s", + "command": "editor.unfoldRecursively", + "when": "editorTextFocus && foldingEnabled" } ] \ No newline at end of file