I don't like the way MacVim has such a slow scrolling speed, ( Was faster on gVim, Ubuntu ), is there a way to speed it up ?
Procedure. Type chrome://flags in the Chrome address bar. Scroll down to find the Smooth Scrolling setting. Change the setting from Default to Disabled.
You can make Vim scroll the text using the shifted up/down arrows by mapping Shift-Up to Ctrl-Y and Shift-Down to Ctrl-E. Shift-Down will then scroll down (like moving a scroll-bar down, or like moving a cursor at the bottom of a window down), and Shift-Up will then scroll up (like moving a scroll-bar up, etc).
I'm assuming you mean mouse scrolling speed (since keyboard scrolling is welldefined and shouldn't vary across platforms/versions unless you modified your .vimrc)
From http://vimdoc.sourceforge.net/htmldoc/scroll.html#scroll-mouse-wheel
You can modify the default behavior by mapping the keys. For example, to make the scroll wheel move one line or half a page in Normal mode: >
:map <ScrollWheelUp> <C-Y> :map <S-ScrollWheelUp> <C-U> :map <ScrollWheelDown> <C-E> :map <S-ScrollWheelDown> <C-D>
You can also use Alt and Ctrl modifiers.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With