Created
April 26, 2014 07:02
-
-
Save ivandoric/11313711 to your computer and use it in GitHub Desktop.
sublime: Move to end of line
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
//Had to define this key in Key Bindings - User because it didn't have it defined on Mac OSX | |
{ "keys": ["end"], "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