macvim-dev / macvim

Vim - the text editor - for macOS
https://macvim.org
Vim License
7.47k stars 680 forks source link

Add option to only scroll in one direction when using trackpad #1442

Closed ychin closed 8 months ago

ychin commented 8 months ago

This will pin the scrolling direction to the one at the beginning of a trackpad scrolling gesture, which helps prevent horizontal drift when the user is simply trying to scroll vertically up and down. At the beginning of the next scroll gesture the scrolling direction will be reset. This is the same as Visual Studio Code's "Scroll Predominant Axis" setting.