diff options
| author | kj_sh604 | 2026-01-11 16:33:07 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-01-11 16:33:07 -0500 |
| commit | 38f694aeaaeabf07902c100c8dedbca5a47f6e5e (patch) | |
| tree | 5d7017fe1f024ca8cfe135a84b47ac92fe6cf856 | |
| parent | 5971d4ef569f679c9abad0b52e6af6856c1366d9 (diff) | |
refactor: disable markdown preview shortcut
again
| -rw-r--r-- | .config/Code/User/keybindings.json | 3 |
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" }, - ] |
