summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/Code/User/keybindings.json115
1 files changed, 85 insertions, 30 deletions
diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json
index 6b97aba..7453bf3 100644
--- a/.config/Code/User/keybindings.json
+++ b/.config/Code/User/keybindings.json
@@ -139,14 +139,6 @@
139 "command": "workbench.action.togglePanel" 139 "command": "workbench.action.togglePanel"
140 }, 140 },
141 { 141 {
142 "key": "shift+alt+b j",
143 "command": "workbench.action.togglePanel"
144 },
145 {
146 "key": "shift+alt+b down",
147 "command": "workbench.action.togglePanel"
148 },
149 {
150 "key": "ctrl+`", 142 "key": "ctrl+`",
151 "command": "-workbench.action.terminal.toggleTerminal", 143 "command": "-workbench.action.terminal.toggleTerminal",
152 "when": "terminal.active" 144 "when": "terminal.active"
@@ -173,46 +165,90 @@
173 "command": "-workbench.action.terminal.openNativeConsole", 165 "command": "-workbench.action.terminal.openNativeConsole",
174 "when": "!terminalFocus" 166 "when": "!terminalFocus"
175 }, 167 },
176 // panel navigation-ish
177 { 168 {
178 "key": "shift+alt+[", 169 "key": "ctrl+b",
179 "command": "workbench.action.previousPanelView" 170 "command": "-workbench.action.toggleSidebarVisibility"
180 }, 171 },
181 { 172 {
182 "key": "shift+alt+]", 173 "key": "ctrl+shift+v",
183 "command": "workbench.action.nextPanelView" 174 "command": "editor.action.clipboardPasteAction"
184 }, 175 },
185 { 176 {
186 "key": "shift+alt+b h", 177 "key": "ctrl+alt+b",
187 "command": "workbench.action.toggleSidebarVisibility" 178 "command": "-workbench.action.toggleAuxiliaryBar"
188 }, 179 },
189 { 180 {
190 "key": "ctrl+b", 181 "key": "shift+alt+c",
191 "command": "-workbench.action.toggleSidebarVisibility" 182 "command": "toggle.window.commandCenter"
192 }, 183 },
193 { 184 {
194 "key": "ctrl+shift+v", 185 "key": "ctrl+alt+.",
195 "command": "editor.action.clipboardPasteAction" 186 "command": "workbench.action.chat.openModelPicker",
187 "when": "chatIsEnabled && inChatInput"
196 }, 188 },
197 { 189 {
198 "key": "shift+alt+b l", 190 "key": "shift+alt+m",
199 "command": "workbench.action.toggleAuxiliaryBar" 191 "command": "workbench.action.toggleMaximizedPanel",
192 "when": "panelFocus"
200 }, 193 },
201 { 194 {
202 "key": "ctrl+alt+b", 195 "key": "shift+alt+m",
203 "command": "-workbench.action.toggleAuxiliaryBar" 196 "command": "workbench.action.toggleMaximizedAuxiliaryBar",
197 "when": "auxiliaryBarFocus"
198 },
199 {
200 "key": "shift+alt+m",
201 "command": "workbench.action.toggleZenMode",
202 "when": "editorFocus"
203 }
204 // panel navigation-ish
205 {
206 "key": "shift+alt+b j",
207 "command": "workbench.action.togglePanel"
208 },
209 {
210 "key": "shift+alt+b down",
211 "command": "workbench.action.togglePanel"
212 },
213 {
214 "key": "shift+alt+b shift+alt+j",
215 "command": "workbench.action.togglePanel"
216 },
217 {
218 "key": "shift+alt+b shift+alt+down",
219 "command": "workbench.action.togglePanel"
220 },
221 {
222 "key": "shift+alt+b h",
223 "command": "workbench.action.toggleSidebarVisibility"
204 }, 224 },
205 { 225 {
206 "key": "shift+alt+b left", 226 "key": "shift+alt+b left",
207 "command": "workbench.action.toggleSidebarVisibility" 227 "command": "workbench.action.toggleSidebarVisibility"
208 }, 228 },
209 { 229 {
230 "key": "shift+alt+b shift+alt+h",
231 "command": "workbench.action.toggleSidebarVisibility"
232 },
233 {
234 "key": "shift+alt+b shift+alt+left",
235 "command": "workbench.action.toggleSidebarVisibility"
236 },
237 {
238 "key": "shift+alt+b l",
239 "command": "workbench.action.toggleAuxiliaryBar"
240 },
241 {
210 "key": "shift+alt+b right", 242 "key": "shift+alt+b right",
211 "command": "workbench.action.toggleAuxiliaryBar" 243 "command": "workbench.action.toggleAuxiliaryBar"
212 }, 244 },
213 { 245 {
214 "key": "shift+alt+c", 246 "key": "shift+alt+b shift+alt+l",
215 "command": "toggle.window.commandCenter" 247 "command": "workbench.action.toggleAuxiliaryBar"
248 },
249 {
250 "key": "shift+alt+b shift+alt+right",
251 "command": "workbench.action.toggleAuxiliaryBar"
216 }, 252 },
217 { 253 {
218 "key": "shift+alt+b k", 254 "key": "shift+alt+b k",
@@ -235,12 +271,31 @@
235 "when": "!editorTabsVisible" 271 "when": "!editorTabsVisible"
236 }, 272 },
237 { 273 {
238 "key": "ctrl+alt+.", 274 "key": "shift+alt+b shift+alt+k",
239 "command": "workbench.action.chat.openModelPicker", 275 "command": "workbench.action.hideEditorTabs",
240 "when": "chatIsEnabled && inChatInput" 276 "when": "editorTabsVisible"
241 }, 277 },
242 { 278 {
243 "key": "shift+alt+m", 279 "key": "shift+alt+b shift+alt+k",
244 "command": "workbench.action.toggleMaximizedAuxiliaryBar" 280 "command": "workbench.action.showMultipleEditorTabs",
281 "when": "!editorTabsVisible"
282 },
283 {
284 "key": "shift+alt+b shift+alt+up",
285 "command": "workbench.action.hideEditorTabs",
286 "when": "editorTabsVisible"
287 },
288 {
289 "key": "shift+alt+b shift+alt+up",
290 "command": "workbench.action.showMultipleEditorTabs",
291 "when": "!editorTabsVisible"
292 },
293 {
294 "key": "shift+alt+[",
295 "command": "workbench.action.previousPanelView"
296 },
297 {
298 "key": "shift+alt+]",
299 "command": "workbench.action.nextPanelView"
245 } 300 }
246] \ No newline at end of file 301] \ No newline at end of file