From 9742dee57a736c44461571c683206ceefb224f62 Mon Sep 17 00:00:00 2001 From: colin Date: Wed, 17 Sep 2025 20:33:07 +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 fd8b3dd..c55e05e 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+-",