From 38f694aeaaeabf07902c100c8dedbca5a47f6e5e Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 11 Jan 2026 16:33:07 -0500 Subject: refactor: disable markdown preview shortcut again --- .config/Code/User/keybindings.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config') diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json index fd1a4c6..9726de2 100644 --- a/.config/Code/User/keybindings.json +++ b/.config/Code/User/keybindings.json @@ -2,7 +2,7 @@ { "key": "ctrl+shift+v", "command": "-markdown.showPreview", - "when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatmode)$/" + "when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatagent)$/" }, { "key": "alt+f11 v", @@ -166,5 +166,4 @@ "key": "ctrl+b", "command": "-workbench.action.toggleSidebarVisibility" }, - ] -- cgit v1.2.3