diff options
Diffstat (limited to '.config/Code/User')
| -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" + }, ] |
