Skip to content

Instantly share code, notes, and snippets.

@KasaiMagi
Created October 15, 2015 16:47
Show Gist options
  • Save KasaiMagi/4f5b133c0ccf8211d6f2 to your computer and use it in GitHub Desktop.
Save KasaiMagi/4f5b133c0ccf8211d6f2 to your computer and use it in GitHub Desktop.
OSX personal keymap
[
{ "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