aboutsummaryrefslogtreecommitdiff
path: root/.config/Code
diff options
context:
space:
mode:
authorkj_sh6042025-12-26 17:34:57 -0500
committerkj_sh6042025-12-26 17:34:57 -0500
commit4016e8beda7410b6ab07189ae8bf5fb1ddf21db9 (patch)
treee0b025e58c116a6b16beac93682c2debf203bd76 /.config/Code
parent90080e67161c5d33302b0ee92984a95aa828db90 (diff)
refactor: next prev `PanelView` keybinds
Diffstat (limited to '.config/Code')
-rw-r--r--.config/Code/User/keybindings.json10
1 files changed, 9 insertions, 1 deletions
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"
+ },
+]