Page Up and Page Down as entries in jumplist in (Neo)Vim

410 Views Asked by At

Sometimes I move vertically using {} [] operations in (Neo)Vim, and such operations go fine with jumplist so I can navigate the history of cursor movements using control-i control-o.

However, Page Up and Page Down are not considered as "jump operations", so they are not recorded in the jumplist.

Is there any established solution to add Page Up and Page Down in the jumplist? Or something that records every position of the cursor?

0

There are 0 best solutions below