Skip to content

Instantly share code, notes, and snippets.

@jhauraw
Created March 27, 2013 23:49
Show Gist options
  • Save jhauraw/5259232 to your computer and use it in GitHub Desktop.
Save jhauraw/5259232 to your computer and use it in GitHub Desktop.
My Sublime Text User Key Bindings file.
[
// {"keys": ["shift+space"], "command": "move", "args": {"by": "characters", "forward": true}},
{ "keys": ["j", "j"], "command": "exit_insert_mode",
"context": [
{ "key": "setting.command_mode", "operand": false },
{ "key": "setting.is_widget", "operand": false }
]
},
{"keys": ["super+shift+r"], "command": "reindent" , "args": {"single_line": false}}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment