diff options
| author | kj_sh604 | 2025-12-10 21:28:27 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-12-10 21:28:27 -0500 |
| commit | 9a0f544f65dd78d3b6375be7aea8e3a4560a685b (patch) | |
| tree | af2e0b3487ff5860d4ae64917eac2b9a6069b65f /.config/Code/User | |
| parent | 9b8951ea375a01e76740280e416401139ba3556e (diff) | |
refactor: modify pane shortcuts
Diffstat (limited to '.config/Code/User')
| -rw-r--r-- | .config/Code/User/keybindings.json | 28 |
1 files changed, 10 insertions, 18 deletions
diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json index 551e6bb..68b3248 100644 --- a/.config/Code/User/keybindings.json +++ b/.config/Code/User/keybindings.json @@ -119,33 +119,25 @@ "command": "cSpell.toggleEnableSpellChecker" }, { - "key": "alt+a j", - "command": "workbench.action.focusNextPart" - }, - { - "key": "alt+a alt+j", - "command": "workbench.action.focusNextPart" - }, - { - "key": "alt+a k", - "command": "workbench.action.focusPreviousPart" - }, - { - "key": "alt+a alt+k", - "command": "workbench.action.focusPreviousPart" - }, - { "key": "shift+alt+t", "command": "workbench.action.terminal.toggleTerminal", "when": "terminal.active" }, { + "key": "shift+alt+p", + "command": "workbench.action.togglePanel" + }, + { "key": "ctrl+`", "command": "-workbench.action.terminal.toggleTerminal", "when": "terminal.active" }, { - "key": "shift+alt+p", - "command": "workbench.action.togglePanel" + "key": "shift+alt+j", + "command": "workbench.action.focusNextPart" + }, + { + "key": "shift+alt+k", + "command": "workbench.action.focusPreviousPart" }, ]
\ No newline at end of file |
