Update settings from , profile « main »
parent
bb3840de2a
commit
5146bfedfe
profiles/main/data
|
@ -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} }}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue