From ccbcf3f0a084e91ad4858b7b451d733e20f937a3 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 8 Feb 2026 00:22:38 -0500 Subject: refactor: merge JSON objects --- .config/Code/User/keybindings.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to '.config') 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", @@ -166,13 +166,8 @@ "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" - }, + } ] -- cgit v1.2.3