Created
August 28, 2015 10:58
-
-
Save ultim8k/128c403077189d5308ec to your computer and use it in GitHub Desktop.
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 characters
Show hidden characters
[ | |
{ "keys": ["super+t"], "command": "new_file" }, | |
{ "keys": ["super+k", "super+s"], "command": "swap_case" }, | |
{ "keys": ["super+k", "super+t"], "command": "title_case" }, | |
{ "keys": ["super+alt+c"], "command": "insert_snippet","args": {"contents": "console.log($0);"} }, | |
{ "keys": ["super+alt+l"], "command": "insert_snippet","args": {"contents": "util.debug($0);"} }, | |
{ "keys": ["alt+shift+f"], "command": "insert_snippet","args": {"contents": "function(e, data) {\n\t$0\n};"} } | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment