Sublime Text 2 のスニペットをたくさん作成しています。オプションのタブ トリガーを常に使用し、トリガー スコープは使用しません。「新しいスニペット」テンプレートを編集して、毎回これらの各オプションのコメントを外して削除する必要がないようにしたいと思います。
TL;DR - このデフォルトの「新しいスニペット」テキストはどこから来たので、変更できますか:
<snippet>
<content><![CDATA[
Hello, ${1:this} is a ${2:snippet}.
]]></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>