Last active
September 19, 2018 17:12
-
-
Save helloanoop/7c8a216b1c97a5f0903322c9ef9740b5 to your computer and use it in GitHub Desktop.
ST3 Key Bindings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
[ | |
{ "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