How to enforce preserving buffer position while scrolling with mouse wheel?
Currently if I scroll for amount that buffer cursor position should be out of the screen that position is changed. And I don't want this because it is not happening in other editors like Qt Creator, IntelliJ IDEA etc.
I would like to have some mouse-wheel-scroll-preserve-buffer-position
.