Sublime Forum

What is the shortcut key to jump to the end of line?

#1

:slightly_smiling::slightly_smiling:
##looking forward to you reply.

0 Likes

Shortcuts to jump to sentence/paragraph start/end
#2

You are putting us on, correct?

1 Like

#3

same as for every other text entry box in the history of computers…
and the answer is in your question…

0 Likes

#4
	{ "keys": ["end"], "command": "move_to", "args": {"to": "eol", "extend": false} },

.

0 Likes

#5

To be fair, that can depend on the platform. One of the things that does bug me about OS X is that in the native controls, the end key doesn’t move the cursor to the end of the line. It typically scrolls the view to the end and leaves the cursor where it is. Of course, I remap the key in pretty much any app that supports doing that.

That said, I’m pretty sure out of the box Sublime Text does use the end key to jump to the end of the line on all platforms.

0 Likes