From 9a0f544f65dd78d3b6375be7aea8e3a4560a685b Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Wed, 10 Dec 2025 21:28:27 -0500 Subject: refactor: modify pane shortcuts --- .config/Code/User/keybindings.json | 28 ++++++++++------------------ 1 file changed, 10 insertions(+), 18 deletions(-) (limited to '.config/Code') 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 @@ -118,34 +118,26 @@ "key": "alt+f11 s", "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 -- cgit v1.2.3