Skip to content

Instantly share code, notes, and snippets.

@jph
Created April 15, 2014 00:53
Show Gist options
  • Save jph/10693368 to your computer and use it in GitHub Desktop.
Save jph/10693368 to your computer and use it in GitHub Desktop.
[
{ "keys": ["home"], "command": "move_to", "args": { "to": "bol" } },
{ "keys": ["end"], "command": "move_to", "args": { "to": "eol" } },
{ "keys": ["shift+end"], "command": "move_to", "args": { "to": "eol", "extend": true } },
{ "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