diff options
| -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" + }, +] |
