summaryrefslogtreecommitdiff
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 @@
119 "command": "cSpell.toggleEnableSpellChecker" 119 "command": "cSpell.toggleEnableSpellChecker"
120 }, 120 },
121 { 121 {
122 "key": "alt+a j",
123 "command": "workbench.action.focusNextPart"
124 },
125 {
126 "key": "alt+a alt+j",
127 "command": "workbench.action.focusNextPart"
128 },
129 {
130 "key": "alt+a k",
131 "command": "workbench.action.focusPreviousPart"
132 },
133 {
134 "key": "alt+a alt+k",
135 "command": "workbench.action.focusPreviousPart"
136 },
137 {
138 "key": "shift+alt+t", 122 "key": "shift+alt+t",
139 "command": "workbench.action.terminal.toggleTerminal", 123 "command": "workbench.action.terminal.toggleTerminal",
140 "when": "terminal.active" 124 "when": "terminal.active"
141 }, 125 },
142 { 126 {
127 "key": "shift+alt+p",
128 "command": "workbench.action.togglePanel"
129 },
130 {
143 "key": "ctrl+`", 131 "key": "ctrl+`",
144 "command": "-workbench.action.terminal.toggleTerminal", 132 "command": "-workbench.action.terminal.toggleTerminal",
145 "when": "terminal.active" 133 "when": "terminal.active"
146 }, 134 },
147 { 135 {
148 "key": "shift+alt+p", 136 "key": "shift+alt+j",
149 "command": "workbench.action.togglePanel" 137 "command": "workbench.action.focusNextPart"
138 },
139 {
140 "key": "shift+alt+k",
141 "command": "workbench.action.focusPreviousPart"
150 }, 142 },
151] \ No newline at end of file 143] \ No newline at end of file