Is it possible to move to another page in gVim without moving the cursor from its present location?
Splits don't count :)
|
|
|
No, the way that Vim functions internally (and also due to historical reasons) means that cursor must always be visible. |
|||
|
|
|
I do not believe this is possible. You can, however, move the window relative to the current cursor position, while maintaining the cursor on the screen by using |
|||
|
|
|
This is not possible AFAIK. The best you can do is drop a mark. Or you can press |
||||
|
|