aboutsummaryrefslogtreecommitdiff
path: root/.config/Code/User
diff options
context:
space:
mode:
authorkj_sh6042026-02-08 00:22:38 -0500
committerkj_sh6042026-02-08 00:22:38 -0500
commitccbcf3f0a084e91ad4858b7b451d733e20f937a3 (patch)
tree898723d2da2183311999a4f4364e641aaed45611 /.config/Code/User
parentaf6fbe8e950967aff3b5844bf8e78d1d0f8945f8 (diff)
refactor: merge JSON objects
Diffstat (limited to '.config/Code/User')
-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"
- },
+ }
]