diff options
| author | kj_sh604 <43.splash@gmail.com> | 2026-02-28 17:18:37 -0500 |
|---|---|---|
| committer | kj_sh604 <43.splash@gmail.com> | 2026-02-28 17:18:37 -0500 |
| commit | 38a8798e8392fb8af8bf00f6b0e0c99f32365722 (patch) | |
| tree | 718bb7a64fdbac6a44a309dc573e62f63ef53709 | |
| parent | 244abf32f043dd09c66f4e546be79e3a4902611e (diff) | |
refactor: manually re-enable vscode model select shortcut
| -rw-r--r-- | .config/Code/User/keybindings.json | 5 |
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 |
