##looking forward to you reply.
What is the shortcut key to jump to the end of line?
stefan_wade
#1
0 Likes
Shortcuts to jump to sentence/paragraph start/end
kingkeith
#3
same as for every other text entry box in the history of computers…
and the answer is in your question…
0 Likes
addons_zz
#4
{ "keys": ["end"], "command": "move_to", "args": {"to": "eol", "extend": false} },
.
0 Likes
blurk
#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