From 5146bfedfed64ac97b70069abc0aa7b85546a825 Mon Sep 17 00:00:00 2001 From: Lilou Date: Sat, 28 Jun 2025 20:00:01 +0200 Subject: [PATCH] =?UTF-8?q?Update=20settings=20from=20,=20profile=20=C2=AB?= =?UTF-8?q?=20main=20=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profiles/main/data/keybindings-linux.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/profiles/main/data/keybindings-linux.json b/profiles/main/data/keybindings-linux.json index 2bbebf3..223df9b 100644 --- a/profiles/main/data/keybindings-linux.json +++ b/profiles/main/data/keybindings-linux.json @@ -14,5 +14,21 @@ "text": "

" }, "when": "editorTextFocus" + }, + { + "key": "ctrl+[Minus]", + "command": "editor.action.insertSnippet", + "when": "editorTextFocus", + "args": { + "snippet": "\"{{ ${TM_CURRENT_WORD} }}\"" + } + } + { + "key": "ctrl+shift+v", + "command": "editor.action.insertSnippet", + "when": "editorTextFocus", + "args": { + "snippet": "{{ ${CLIPBOARD} }}" + } } ]