From 1654a52ed1ecacb4b5e5ffffee2ab04cbb7ba343 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 14 Dec 2025 16:22:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20keybindings.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- keybindings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keybindings.json b/keybindings.json index 123c7b5..e8f9ba6 100644 --- a/keybindings.json +++ b/keybindings.json @@ -2,11 +2,11 @@ [ { "key": "cmd+-", - "command": "editor.foldRecursively", + "command": "editor.fold", }, { "key": "cmd+=", - "command": "editor.unfoldRecursively", + "command": "editor.unfold", }, { "key": "cmd+shift+-",