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
@expipiplus1 Thank you for your report :)
Yes, I noticed this behavior.
Although your expected behavior is ideal, I don't have any ideas to realize it for now.
It is because we rely on <C-e> and <C-y> to scroll desired amount of lines.
One possible, but not ideal, solution is to hold simulation states per-buffer basis.
Then we can freeze the scrolling in a window when we leave to another.
If we go this way, we will sometimes see a window unintentionally start to scroll when we come back to the window 😓
Maybe, we can stop the simulation using autocmd and BufLeave (or WinLeave?) event.
To reproduce:
Expected behaviour:
I would expect that the scroll continues in the split window it was initiated in.
The text was updated successfully, but these errors were encountered: