Vim keep cursor location while scrolling

后端 未结 6 1171
北海茫月
北海茫月 2021-01-30 16:05

Is there a way to keep the cusror location off-screen in Vim / gVim while scrolling? Similar to many Windows editors.
I know about marks, and do use them. I also know the

6条回答
  •  無奈伤痛
    2021-01-30 16:55

    Google says that the cursor (and therefore current line) must be visible in Vi, so you'll have to use marks.

提交回复
热议问题