Skip to content

Instantly share code, notes, and snippets.

@jethroo
Created May 12, 2015 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jethroo/ddfa3b1fe5a2203288fb to your computer and use it in GitHub Desktop.
Save jethroo/ddfa3b1fe5a2203288fb to your computer and use it in GitHub Desktop.
OSX sublime-keymap - User
[
{ "keys": ["end"], "command": "move_to", "args": {"to": "eol", "extend": false} },
{ "keys": ["shift+end"], "command": "move_to", "args": {"to": "eol", "extend": true} },
{ "keys": ["home"], "command": "move_to", "args": {"to": "bol", "extend": false} },
{ "keys": ["shift+home"], "command": "move_to", "args": {"to": "bol", "extend": true} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment