From af6fbe8e950967aff3b5844bf8e78d1d0f8945f8 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sat, 7 Feb 2026 19:17:38 -0500 Subject: refactor: fix markdown preview keybind again --- .config/Code/User/keybindings.json | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.config') 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" + }, ] -- cgit v1.2.3