From 4016e8beda7410b6ab07189ae8bf5fb1ddf21db9 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Fri, 26 Dec 2025 17:34:57 -0500 Subject: refactor: next prev `PanelView` keybinds --- .config/Code/User/keybindings.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json index b190397..5c54f5f 100644 --- a/.config/Code/User/keybindings.json +++ b/.config/Code/User/keybindings.json @@ -150,4 +150,12 @@ "command": "-workbench.action.terminal.openNativeConsole", "when": "!terminalFocus" }, -] \ No newline at end of file + { + "key": "ctrl+shift+alt+[", + "command": "workbench.action.previousPanelView" + }, + { + "key": "ctrl+shift+alt+]", + "command": "workbench.action.nextPanelView" + }, +] -- cgit v1.2.3