Skip to content

Instantly share code, notes, and snippets.

@hyer
Created April 18, 2017 17:01
Show Gist options
  • Save hyer/3a04b0e232b79066b74062a6da6e86c8 to your computer and use it in GitHub Desktop.
Save hyer/3a04b0e232b79066b74062a6da6e86c8 to your computer and use it in GitHub Desktop.
[
{ "keys": ["ctrl+k", "ctrl+h"], "command": "move_to", "args": {"to": "bol", "extend": false} },
{ "keys": ["ctrl+k", "ctrl+e"], "command": "move_to", "args": {"to": "eol", "extend": false} },
{ "keys": ["ctrl+."], "command": "move", "args": {"by": "characters", "forward": true} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment