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
Yeah, because of the way that move_down_smooth is implemented, it can not work in macros (it handle the key down and key up events and sets a constant velocity in those events, it is ambiguous which command's key down and key up events in a macro command, and even if we did run the key down and key up events of all commands it would not do what you want which is presumably a faster smooth move), if you want to adjust the speed you need to adjust the smooth_move_max_velocity config or use the recently added screen_down_smooth and screen_up_smooth commands.
First of all, thanks for the awesome software.
I was wondering if i can get smooth scrolling while using vim keys?
The text was updated successfully, but these errors were encountered: