Skip to content

Instantly share code, notes, and snippets.

@slor
Created September 1, 2012 00:30
Show Gist options
  • Save slor/3561826 to your computer and use it in GitHub Desktop.
Save slor/3561826 to your computer and use it in GitHub Desktop.
OSX-style EOL/BOL bindings for sublime text 2
[
{ "keys": ["ctrl+e"], "command": "move_to", "args": {"to": "eol"} },
{ "keys": ["ctrl+a"], "command": "move_to", "args": {"to": "bol"} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment