Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upScroll 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.