Jump to EOL with SublimeText

RSS
July 5th, 2013

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.

comments powered by Disqus

Blog Home »