You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, in MacVim, the native mouse/trackpad driven scrolling of the operating system fights with this plugin. It would just be better to disable this plugin whenever the cursor moves off the screen, or even disable it entirely except when invoked via a keyboard mapping. In general, I would suggest accepting this pull request which would allow people to completely disable this plugin, except when explicitly invoking the scroll function. (Note it would also address the incsearch issue). The easing function is nice, but I'd prefer to use the animation only in cases when it can be done in a very high quality manner (not fighting with the OS driven scrolling, and not when incsearch is used). If that means I could only use this via an explicit keyboard mapping for animated scrolling, then it would be worth it IMHO.
The text was updated successfully, but these errors were encountered:
jordwalke
changed the title
Lags behind UI driven scrolling.
Lags behind Platform driven scrolling.
Apr 30, 2016
For example, in MacVim, the native mouse/trackpad driven scrolling of the operating system fights with this plugin. It would just be better to disable this plugin whenever the cursor moves off the screen, or even disable it entirely except when invoked via a keyboard mapping. In general, I would suggest accepting this pull request which would allow people to completely disable this plugin, except when explicitly invoking the scroll function. (Note it would also address the
incsearch
issue). The easing function is nice, but I'd prefer to use the animation only in cases when it can be done in a very high quality manner (not fighting with the OS driven scrolling, and not whenincsearch
is used). If that means I could only use this via an explicit keyboard mapping for animated scrolling, then it would be worth it IMHO.The text was updated successfully, but these errors were encountered: