在cmd + space而不是cmd + tab上触发sublime片段

时间:2014-02-22 15:19:23

标签: sublimetext code-snippets sublimetext3

默认情况下为cmd + tab,

我能把它变成cmd + space ???

<snippet>
    <content><![CDATA[
console.log(${1:});
]]></content>
    <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
    <tabTrigger>con</tabTrigger>
    <!-- Optional: Set a scope to limit where the snippet will trigger -->
    <!-- <scope>source.python</scope> -->
</snippet>

0 个答案:

没有答案