diff options
Diffstat (limited to '.config/Code/User/keybindings.json')
| -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 @@ | |||
| 238 | "key": "ctrl+alt+.", | 238 | "key": "ctrl+alt+.", |
| 239 | "command": "workbench.action.chat.openModelPicker", | 239 | "command": "workbench.action.chat.openModelPicker", |
| 240 | "when": "chatIsEnabled && inChatInput" | 240 | "when": "chatIsEnabled && inChatInput" |
| 241 | }, | ||
| 242 | { | ||
| 243 | "key": "shift+alt+m", | ||
| 244 | "command": "workbench.action.toggleMaximizedAuxiliaryBar" | ||
| 241 | } | 245 | } |
| 242 | ] \ No newline at end of file | 246 | ] \ No newline at end of file |
