aboutsummaryrefslogtreecommitdiff
path: root/.config/Code/User
diff options
context:
space:
mode:
Diffstat (limited to '.config/Code/User')
-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
+]