diff options
Diffstat (limited to '.config/Code')
| -rw-r--r-- | .config/Code/User/keybindings.json | 5 |
1 files 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" }, + ] |
