What is the best way to do smooth scrolling in Vim?
问题 The main scrolling commands in Vim are: Ctrl - B and Ctrl - F , as well as PageUp and PageDown scroll by full page Ctrl - U and Ctrl - D scroll half a page by default Ctrl - Y and Ctrl - E scroll one line I lose visual context every time for the former two, so I have developed the bad habit of hitting the latter ( Ctrl - Y and Ctrl - E ) repetitively. Since there is currently no first party support for smooth scrolling, what are the least objectionable workarounds/plugins? I use both Vim and