From 49b459f4712b820f85566af11a0c321a11555da0 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Mon, 16 Mar 2026 13:36:15 -0400 Subject: refactor: add maximize secondary sidebar shortcut --- .config/Code/User/keybindings.json | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3