Created
November 11, 2014 18:56
-
-
Save mathowie/5471d198918d2ac36d44 to your computer and use it in GitHub Desktop.
Revisions
-
mathowie created this gist
Nov 11, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ [ { "keys": ["super+alt+7"], "command": "encode_html_entities" }, { "keys": ["shift+ctrl+u"], "command": "title_case" }, { "keys": ["super+enter"], "command": "insert", "args": {"characters": "<br>\n"} }, { "keys": ["super+alt+p"], "command": "insert_snippet", "args": {"contents": "<p>${0:$SELECTION}</p>" } }, { "keys": ["super+alt+a"], "command": "insert_snippet", "args": {"contents": "<a href=\"\">${0:$SELECTION}</a>" } }, { "keys": ["super+alt+b"], "command": "insert_snippet", "args": {"contents": "<strong>${0:$SELECTION}</strong>" } }, { "keys": ["super+alt+i"], "command": "insert_snippet", "args": {"contents": "<em>${0:$SELECTION}</em>" } }, { "keys": ["super+alt+n"], "command": "insert_snippet", "args": {"contents": "<span>${0:$SELECTION}</span>" } }, { "keys": ["super+alt+down"], "command": "insert_snippet", "args": {"contents": "<sub>${0:$SELECTION}</sub>" } }, { "keys": ["super+alt+up"], "command": "insert_snippet", "args": {"contents": "<sup>${0:$SELECTION}</sup>" } } ]