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 @@ | |||
| 2 | { | 2 | { |
| 3 | "key": "ctrl+shift+v", | 3 | "key": "ctrl+shift+v", |
| 4 | "command": "-markdown.showPreview", | 4 | "command": "-markdown.showPreview", |
| 5 | "when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatmode)$/" | 5 | "when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatagent)$/" |
| 6 | }, | 6 | }, |
| 7 | { | 7 | { |
| 8 | "key": "alt+f11 v", | 8 | "key": "alt+f11 v", |
| @@ -166,5 +166,4 @@ | |||
| 166 | "key": "ctrl+b", | 166 | "key": "ctrl+b", |
| 167 | "command": "-workbench.action.toggleSidebarVisibility" | 167 | "command": "-workbench.action.toggleSidebarVisibility" |
| 168 | }, | 168 | }, |
| 169 | |||
| 170 | ] | 169 | ] |
