{ "keys": ["alt+shift+w"], "command": "insert_snippet", "args": { "name": "Packages/User/My Snippet.sublime-snippet" } }{ "keys": ["shift-ctrl-b"], "command": "insert_snippet", "args": { "name": "Packages/User/Strong.sublime-snippet" } }<snippet>
<content><![CDATA[
<strong>$SELECTION</strong>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<!-- <tabTrigger>hello</tabTrigger> -->
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
agibsonsw wrote:ctrl+shift+b
As mentioned by COD312, you should examine the default key-bindings to guide you.
Users browsing this forum: No registered users and 29 guests