Update settings from , profile « main »
parent
bb3840de2a
commit
5146bfedfe
|
@ -14,5 +14,21 @@
|
||||||
"text": "<br/><br/>"
|
"text": "<br/><br/>"
|
||||||
},
|
},
|
||||||
"when": "editorTextFocus"
|
"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