aboutsummaryrefslogtreecommitdiff
path: root/.config/Code
diff options
context:
space:
mode:
authorkj_sh6042025-11-30 14:12:55 -0500
committerkj_sh6042025-11-30 14:12:55 -0500
commitb61129ba94eea539eb0544be5c4c95109b414c60 (patch)
tree91e3ae22ae33d0284863f98c20b96b945bfda126 /.config/Code
parent0812ea28c4add18ef4ee9d8f21fabcae84dd351f (diff)
refactor: update markdown file keybinding
Diffstat (limited to '.config/Code')
-rw-r--r--.config/Code/User/keybindings.json4
1 files 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
+]