diff options
| author | kj_sh604 | 2025-11-30 14:12:55 -0500 |
|---|---|---|
| committer | kj_sh604 | 2025-11-30 14:12:55 -0500 |
| commit | b61129ba94eea539eb0544be5c4c95109b414c60 (patch) | |
| tree | 91e3ae22ae33d0284863f98c20b96b945bfda126 /.config/Code/User/keybindings.json | |
| parent | 0812ea28c4add18ef4ee9d8f21fabcae84dd351f (diff) | |
refactor: update markdown file keybinding
Diffstat (limited to '.config/Code/User/keybindings.json')
| -rw-r--r-- | .config/Code/User/keybindings.json | 4 |
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 +] |
