Jump to EOL with SublimeText

July 5, 2013

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.

← Back to Learn

Firefly Tree