What is the best way to do smooth scrolling in Vim?

后端 未结 10 1792
醉梦人生
醉梦人生 2021-01-30 03:01

The main scrolling commands in Vim are:

  1. Ctrl-B and Ctrl-F, as well as PageUp and PageDown scrol
10条回答
  •  天涯浪人
    2021-01-30 03:46

    There is a simple remap hack in vim's tips.txt:

    Smooth scrolling                    *scroll-smooth*
    
    If you like the scrolling to go a bit smoother, you can use these mappings:
    
        :map  
        :map  
    

提交回复
热议问题