Skip to content

Instantly share code, notes, and snippets.

@coolicer
Created January 18, 2013 01:44
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 coolicer/4561616 to your computer and use it in GitHub Desktop.
Save coolicer/4561616 to your computer and use it in GitHub Desktop.
Sublime_text_2_key_binding
[
{ "keys": ["f12"], "command": "reindent"},
{ "keys": ["ctrl+alt+n"], "command": "new_snippet"},
{ "keys" : ["n","n"], "command": "advanced_new_file",
"context":[{"key": "setting.command_mode","operand": true}]},
{ "keys":["j","j"], "command": "exit_insert_mode",
"context":[
{ "key": "setting.command_mode", "operand": false},
{ "key": "setting.is_widget", "operand": false}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment