diff options
| author | kj_sh604 | 2026-02-07 19:17:38 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-07 19:17:38 -0500 |
| commit | af6fbe8e950967aff3b5844bf8e78d1d0f8945f8 (patch) | |
| tree | 3c80dc13c696ba300aaf6d2cebb53990c8ecd85b /.config/Code | |
| parent | 176f0e79f82a79d05e9bcc4d92fbf8805816f5d1 (diff) | |
refactor: fix markdown preview keybind again
Diffstat (limited to '.config/Code')
| -rw-r--r-- | .config/Code/User/keybindings.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json index 9726de2..d2b966e 100644 --- a/.config/Code/User/keybindings.json +++ b/.config/Code/User/keybindings.json @@ -166,4 +166,13 @@ "key": "ctrl+b", "command": "-workbench.action.toggleSidebarVisibility" }, + { + "key": "ctrl+shift+v", + "command": "-markdown.showPreview", + "when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatagent|skill)$/" + }, + { + "key": "ctrl+shift+v", + "command": "editor.action.clipboardPasteAction" + }, ] |
