diff options
Diffstat (limited to '.config/Code/User')
| -rw-r--r-- | .config/Code/User/keybindings.json | 4 |
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 |
