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
I use IronE's vim-libmodal to define a "scrollmode" where J and K are mapped to smoothie#upwards() and smoothie#downwards() respectively. This stopped working a couple of weeks ago.
I put this in my init.vim to reproduce the bug:
I use IronE's vim-libmodal to define a "scrollmode" where J and K are mapped to smoothie#upwards() and smoothie#downwards() respectively. This stopped working a couple of weeks ago.
I put this in my init.vim to reproduce the bug:
Expected behaviour:
Pressing s puts me in scrollmode. Pressing J smoothly scrolls me down half a page and K smoothly scrolls me up half a page.
Actual behaviour:
Pressing s puts me in scrollmode. Pressing J once doesn't do anything. Pressing J twice unsmoothly scrolls me up a page.
If I revert vim-smoothie back to commit 10fd0aa, the bug is no longer present.
The text was updated successfully, but these errors were encountered: