In vim, how to scroll, continuously, by screen lines when wrapping is enabled?

后端 未结 2 583
心在旅途
心在旅途 2020-12-16 12:18

I can get the bottom of the window to display partial lines by setting display=lastline

Is there a similar option that would allow partial lines to be displayed at t

2条回答
  •  轮回少年
    2020-12-16 13:12

    For anyone reading this thread:

    This thread on the Vi stackexchange offers a slightly hacky (but useable) solution to visual scrolling across wrapped lines.

提交回复
热议问题