aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh6042025-12-10 21:28:27 -0500
committerkj_sh6042025-12-10 21:28:27 -0500
commit9a0f544f65dd78d3b6375be7aea8e3a4560a685b (patch)
treeaf2e0b3487ff5860d4ae64917eac2b9a6069b65f
parent9b8951ea375a01e76740280e416401139ba3556e (diff)
refactor: modify pane shortcuts
-rw-r--r--.config/Code/User/keybindings.json28
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