From b0ee1df51dfd37f39210629456febd482028c9ff Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Fri, 26 Dec 2025 22:41:05 -0500 Subject: refactor: remove `ctrl+` from panel keybinds --- .config/Code/User/keybindings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json index 5c54f5f..a3f8fcd 100644 --- a/.config/Code/User/keybindings.json +++ b/.config/Code/User/keybindings.json @@ -151,11 +151,12 @@ "when": "!terminalFocus" }, { - "key": "ctrl+shift+alt+[", + "key": "shift+alt+[", "command": "workbench.action.previousPanelView" }, { - "key": "ctrl+shift+alt+]", + "key": "shift+alt+]", "command": "workbench.action.nextPanelView" }, + ] -- cgit v1.2.3