From 38a8798e8392fb8af8bf00f6b0e0c99f32365722 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sat, 28 Feb 2026 17:18:37 -0500 Subject: refactor: manually re-enable vscode model select shortcut --- .config/Code/User/keybindings.json | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3