From a790230e2ecd5279536d12f80bf240ab498e545e Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Thu, 4 Jun 2026 23:42:14 -0400 Subject: refactor: add missing , --- .config/Code/User/keybindings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/Code/User/keybindings.json') diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json index 945e24a..02eef97 100644 --- a/.config/Code/User/keybindings.json +++ b/.config/Code/User/keybindings.json @@ -189,7 +189,7 @@ "key": "shift+alt+m", "command": "workbench.action.toggleZenMode", "when": "editorFocus" - } + }, // panel navigation-ish { "key": "shift+alt+b j", @@ -287,4 +287,4 @@ "key": "shift+alt+]", "command": "workbench.action.nextPanelView" } -] \ No newline at end of file +] -- cgit v1.2.3