Skip to content

Instantly share code, notes, and snippets.

@helloanoop
Last active September 19, 2018 17:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save helloanoop/7c8a216b1c97a5f0903322c9ef9740b5 to your computer and use it in GitHub Desktop.
Save helloanoop/7c8a216b1c97a5f0903322c9ef9740b5 to your computer and use it in GitHub Desktop.
ST3 Key Bindings
[
{ "keys": ["ctrl+left"], "command": "move_to", "args": {"to": "bol", "extend": false} },
{ "keys": ["ctrl+right"], "command": "move_to", "args": {"to": "eol", "extend": false} }
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment