aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
"key": "shift+alt+b up",
"command": "workbench.action.showMultipleEditorTabs",
"when": "!editorTabsVisible"
+ },
+ {
+ "key": "ctrl+alt+.",
+ "command": "workbench.action.chat.openModelPicker",
+ "when": "chatIsEnabled && inChatInput"
}
] \ No newline at end of file