diff options
| author | kj_sh604 | 2025-12-26 17:34:57 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-26 17:34:57 -0500 |
| commit | 4016e8beda7410b6ab07189ae8bf5fb1ddf21db9 (patch) | |
| tree | e0b025e58c116a6b16beac93682c2debf203bd76 /.config/Code/User/keybindings.json | |
| parent | 90080e67161c5d33302b0ee92984a95aa828db90 (diff) | |
refactor: next prev `PanelView` keybinds
Diffstat (limited to '.config/Code/User/keybindings.json')
| -rw-r--r-- | .config/Code/User/keybindings.json | 10 |
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" + }, +] |
