Jump to EOL with SublimeText
July 5th, 2013
comments powered by Disqus
Jump to EOL with SublimeText
by Jeremy Usher, Co-Founder, President
Using SublimeText for your dev? If you find the right arrow key maddeningly far away, and you want to jump to the end of your current line, enter the following into your user key bindings:
{ "keys": ["super+j"], "command": "move_to", "args": {"to": "eol", "extend": false} }
Your hand is always on the "J," and EOL is far more important than the default "Joining Lines" operation.