Skip to content

Commit

Permalink
Key binding for <% expression %> snippet changed to ⌃>
Browse files Browse the repository at this point in the history
Changed the key binding to be in line with that of Erb and other templating languages.
  • Loading branch information
Nathan Humble authored and infininight committed May 15, 2013
1 parent 1283573 commit a9bfad7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>content</key>
<string>&lt;% $1 %&gt;</string>
<key>keyEquivalent</key>
<string>^x</string>
<string>^&gt;</string>
<key>name</key>
<string>&lt;% expression %&gt;</string>
<key>scope</key>
Expand Down

0 comments on commit a9bfad7

Please sign in to comment.