Sublime Forum

Pressing down-key when on last line in a file

#1

Is there a way I can make the pointer go to the end of the line when I press the down-key when on the last line? I’m so used to holding the downkey to get to the very end of the file.

Scenario: I’m somewhere in the middle of the last line in my file. Can I make pressing the down-key then have the same functionality as the end-key?

0 Likes

#2

I don’t know of a way to map the down key to do that when you get to the last line. I tend to just press ctrl+end (Win/Linux - not sure about OSX) to get to the last character at the end of the file. Depending on where you are in the file, that can be faster than pressing and holding the down arrow even with having to move my hand to press the end key.

0 Likes

#3

Thanks! If I don’t figure it out then I’ll get used to that shortcut :smile:

0 Likes

#4

cmd+down in os x

0 Likes