Skip to content

Instantly share code, notes, and snippets.

@ultim8k
Created August 28, 2015 10:58
Show Gist options
  • Save ultim8k/128c403077189d5308ec to your computer and use it in GitHub Desktop.
Save ultim8k/128c403077189d5308ec to your computer and use it in GitHub Desktop.
[
{ "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