summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh604 <43.splash@gmail.com>2026-03-16 13:36:15 -0400
committerkj_sh604 <43.splash@gmail.com>2026-03-16 13:36:15 -0400
commit49b459f4712b820f85566af11a0c321a11555da0 (patch)
tree4337245f145c304b9c7c9b0793485650c9ae689f
parent5d6c7fb4a0ba67cb2fcdae5eb77c57de362e249d (diff)
refactor: add maximize secondary sidebar shortcut
-rw-r--r--.config/Code/User/keybindings.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json
index bb0f45a..6b97aba 100644
--- a/.config/Code/User/keybindings.json
+++ b/.config/Code/User/keybindings.json
@@ -238,5 +238,9 @@
"key": "ctrl+alt+.",
"command": "workbench.action.chat.openModelPicker",
"when": "chatIsEnabled && inChatInput"
+ },
+ {
+ "key": "shift+alt+m",
+ "command": "workbench.action.toggleMaximizedAuxiliaryBar"
}
] \ No newline at end of file