summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkj_sh6042026-02-08 00:22:38 -0500
committerkj_sh6042026-02-08 00:22:38 -0500
commitccbcf3f0a084e91ad4858b7b451d733e20f937a3 (patch)
tree898723d2da2183311999a4f4364e641aaed45611
parentaf6fbe8e950967aff3b5844bf8e78d1d0f8945f8 (diff)
refactor: merge JSON objects
-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 @@
2 { 2 {
3 "key": "ctrl+shift+v", 3 "key": "ctrl+shift+v",
4 "command": "-markdown.showPreview", 4 "command": "-markdown.showPreview",
5 "when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatagent)$/" 5 "when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatagent|skill)$/"
6 }, 6 },
7 { 7 {
8 "key": "alt+f11 v", 8 "key": "alt+f11 v",
@@ -168,11 +168,6 @@
168 }, 168 },
169 { 169 {
170 "key": "ctrl+shift+v", 170 "key": "ctrl+shift+v",
171 "command": "-markdown.showPreview",
172 "when": "!notebookEditorFocused && editorLangId =~ /^(markdown|prompt|instructions|chatagent|skill)$/"
173 },
174 {
175 "key": "ctrl+shift+v",
176 "command": "editor.action.clipboardPasteAction" 171 "command": "editor.action.clipboardPasteAction"
177 }, 172 }
178] 173]