Skip to content

Commit

Permalink
Changed key equivalent for <ins> snippet to keep it from overriding T…
Browse files Browse the repository at this point in the history
…extMate's bigger font command.
  • Loading branch information
Christopher Joslyn authored and johnmuhl committed Feb 15, 2011
1 parent a0ea216 commit bec8d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snippets/<ins>.tmSnippet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>${0:${TM_SELECTED_TEXT/\A&lt;ins&gt;(.*)&lt;\/ins&gt;\z|.*/(?1:$1:&lt;ins&gt;$0&lt;\/ins&gt;)/m}}</string>
<key>keyEquivalent</key>
<string>@+</string>
<string>^+</string>
<key>name</key>
<string>&lt;ins&gt;</string>
<key>scope</key>
Expand Down

0 comments on commit bec8d93

Please sign in to comment.