Update settings from , profile « main »

main
Quentin Duchemin 2025-06-28 20:00:01 +02:00
parent bb3840de2a
commit 5146bfedfe
1 changed files with 16 additions and 0 deletions
profiles/main/data

View File

@ -14,5 +14,21 @@
"text": "<br/><br/>"
},
"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} }}"
}
}
]