Sublime Forum

Cursor moving unexpectedly

#1

Pressing the up arrow moves the cursor up 2 lines, pressing down moves the cursor to the bottom of the file.

I am running the newest version released Jan 12. This is not happening anywhere else on my system (textmate, safari, etc), so I don’t think it’s a stuck key. I’ve tried different file types, same result. I have nothing in my key bindings preference.

Anybody seen this or have some things I can try?

0 Likes

#2

sublimetext.com/docs/2/revert.html will fix it

0 Likes

#3

Thanks, that did the trick.

I went back and investigated my settings files and narrowed it down to the following settings in Base File.

“line_padding_bottom”: 0.2,
“line_padding_top”: 0.2,

This causes the cursor to go haywire. I set the values to 0.5 and it functions as expected again.

Hope this helps somebody in the future.

0 Likes