-
Notifications
You must be signed in to change notification settings - Fork 282
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scroll movement doesn't work #519
Comments
CTRL + d and CTRL + u don't always move by 1, but sometimes by 8 and 18 also. The reproduction step for 8 lines movement when using i3:
|
Thanks for the details, @pkariz ! I believe there is something going wrong with the synchronization between Onivim 2 <-> libvim. We push information here to oni2/src/editor/Store/VimStoreConnector.re Line 425 in 71e6e3b
And it's either that we aren't sending / updating the right values... or there is also the possibility that there could be something happening on the |
The There was an additional issue / bug blocking the |
Will verify and close once these fixes have made it to |
Should now be addressed by the fixes described in #618 - let me know if you are still seeing issues, though! |
* Pin revery to pick up Key_F fix * Update lockfiles
I downloaded the early app for Mac and some key bindings for movements seem not working.
CTRL + d
: Instead of half screen down, oni is moving one line down.CTRL + u
: Instead of half screen up, oni is moving one line up.CTRL + f
: Instead of screen down, oni does nothing at all.CTRL + b
: It works.The text was updated successfully, but these errors were encountered: