Skip to content

Instantly share code, notes, and snippets.

@Siedrix
Created January 8, 2013 18:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Siedrix/4486704 to your computer and use it in GitHub Desktop.
Save Siedrix/4486704 to your computer and use it in GitHub Desktop.
Sublime personal key bindings
[
{ "keys": ["ctrl+u", "ctrl+i"], "command": "insert_snippet", "args": {"contents": "console.log('$SELECTION',$SELECTION);"} },
{ "keys": ["ctrl+u", "ctrl+o"], "command": "insert", "args": {"characters": "console.log();"} },
{ "keys": ["ctrl+u", "ctrl+p"], "command": "insert", "args": {"characters": "debugger;"} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment