aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/Code/User/keybindings.json9
1 files changed, 2 insertions, 7 deletions
diff --git a/.config/Code/User/keybindings.json b/.config/Code/User/keybindings.json
index d2b966e..4f635fa 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|chatagent)$/"
+ "when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatagent|skill)$/"
},
{
"key": "alt+f11 v",
@@ -168,11 +168,6 @@
},
{
"key": "ctrl+shift+v",
- "command": "-markdown.showPreview",
- "when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatagent|skill)$/"
- },
- {
- "key": "ctrl+shift+v",
"command": "editor.action.clipboardPasteAction"
- },
+ }
]