Skip to content

Instantly share code, notes, and snippets.

@wangzuo
Created July 14, 2013 14:29
Show Gist options
  • Save wangzuo/5994458 to your computer and use it in GitHub Desktop.
Save wangzuo/5994458 to your computer and use it in GitHub Desktop.
[
{ "keys": ["f8"], "command": "reindent"},
{ "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