Skip to content

Instantly share code, notes, and snippets.

@hemepositive
Created June 19, 2014 04:06
Show Gist options
  • Save hemepositive/dd6510e5d6cb215656e0 to your computer and use it in GitHub Desktop.
Save hemepositive/dd6510e5d6cb215656e0 to your computer and use it in GitHub Desktop.
sublime key binding
[
{ "keys": [";",";"], "command": "move", "args": {"by": "characters", "forward": true} },
{ "keys": ["a","a"], "command": "move", "args": {"by": "characters", "forward": false} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment