How do I need to adjust my vimrc to make vertical scrolling smoother? I want to achieve that one iteration of the mouse wheel just scrolls one instead of three lines.
try adding this into your vimrc:
map <ScrollWheelUp> <C-Y>
map <ScrollWheelDown> <C-E>
P.S. the best solution would be: don't use that mouse-wheel...
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