diff options
| author | kj_sh604 | 2026-02-08 00:22:38 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-02-08 00:22:38 -0500 |
| commit | ccbcf3f0a084e91ad4858b7b451d733e20f937a3 (patch) | |
| tree | 898723d2da2183311999a4f4364e641aaed45611 /.config | |
| parent | af6fbe8e950967aff3b5844bf8e78d1d0f8945f8 (diff) | |
refactor: merge JSON objects
Diffstat (limited to '.config')
| -rw-r--r-- | .config/Code/User/keybindings.json | 9 |
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" - }, + } ] |
