summaryrefslogtreecommitdiff
path: root/.config/Code/User/keybindings.json
diff options
context:
space:
mode:
Diffstat (limited to '.config/Code/User/keybindings.json')
-rw-r--r--.config/Code/User/keybindings.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json
index 274e36f..bb0f45a 100644
--- a/.config/Code/User/keybindings.json
+++ b/.config/Code/User/keybindings.json
@@ -233,5 +233,10 @@
233 "key": "shift+alt+b up", 233 "key": "shift+alt+b up",
234 "command": "workbench.action.showMultipleEditorTabs", 234 "command": "workbench.action.showMultipleEditorTabs",
235 "when": "!editorTabsVisible" 235 "when": "!editorTabsVisible"
236 },
237 {
238 "key": "ctrl+alt+.",
239 "command": "workbench.action.chat.openModelPicker",
240 "when": "chatIsEnabled && inChatInput"
236 } 241 }
237] \ No newline at end of file 242] \ No newline at end of file