From b61129ba94eea539eb0544be5c4c95109b414c60 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 30 Nov 2025 14:12:55 -0500 Subject: refactor: update markdown file keybinding --- .config/Code/User/keybindings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json index 440bf7e..d505acd 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'" + "when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatmode)$/" }, { "key": "alt+f11 v", @@ -118,4 +118,4 @@ "key": "alt+f11 s", "command": "cSpell.toggleEnableSpellChecker" } -] \ No newline at end of file +] -- cgit v1.2.3