You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently jumping Down with page_down then Up with page_up doesn't land the cursor in the same spot, which is rather confusing, I'd much prefer some consistency where navigation in the opposite direction would completely "cancel out" the previous navigation of the same kind
I think that's due to the fact that a cursor doesn't move until it hits an invisible bottom/top margin and only then the starts moving, so unless it's at this bottop/top margin it actually never moves by a page, only the view shifts by a page
Is there a way to make page jumps move the cursor always by a page, So if I am currently at line 5 and press PgDn then PgUp I'd end up at line 5?
I've tried ['page_down','align_view_center'] and ['page_up','align_view_center'], this seems to be closer to what I'm used to, but then it centers everything, while I'd prefer the cursor to remain at its original vertical position
The text was updated successfully, but these errors were encountered:
Currently jumping Down with
page_down
then Up withpage_up
doesn't land the cursor in the same spot, which is rather confusing, I'd much prefer some consistency where navigation in the opposite direction would completely "cancel out" the previous navigation of the same kindI think that's due to the fact that a cursor doesn't move until it hits an invisible bottom/top margin and only then the starts moving, so unless it's at this bottop/top margin it actually never moves by a page, only the view shifts by a page
Is there a way to make page jumps move the cursor always by a page, So if I am currently at line 5 and press PgDn then PgUp I'd end up at line 5?
I've tried
['page_down','align_view_center']
and['page_up','align_view_center']
, this seems to be closer to what I'm used to, but then it centers everything, while I'd prefer the cursor to remain at its original vertical positionThe text was updated successfully, but these errors were encountered: