aboutsummaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
authorkj_sh6042026-01-11 16:33:07 -0500
committerkj_sh6042026-01-11 16:33:07 -0500
commit38f694aeaaeabf07902c100c8dedbca5a47f6e5e (patch)
tree5d7017fe1f024ca8cfe135a84b47ac92fe6cf856 /.config
parent5971d4ef569f679c9abad0b52e6af6856c1366d9 (diff)
refactor: disable markdown preview shortcut
again
Diffstat (limited to '.config')
-rw-r--r--.config/Code/User/keybindings.json3
1 files changed, 1 insertions, 2 deletions
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"
},
-
]