Is it possible to page up/down in Vim without moving the cursor

gvimvim

Is it possible to move to another page in gVim without moving the cursor from its present location?

Splits don't count 🙂

Best Answer

No, the way that Vim functions internally (and also due to historical reasons) means that cursor must always be visible.

Related Question