-
Notifications
You must be signed in to change notification settings - Fork 13
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
Bind j
and k
to scrolling
#15
Comments
Unfortunately it depends on another issue being closed, which is not the case yet! In the meantime, let's assign this to you! We might unassign you if we have a better task to assign you to. |
@panglesd , Thank you for the update! If any other tasks become available or are better suited for me, I'm flexible and open to being reassigned accordingly. Looking forward to contributing further to the project! |
Requires #14 to be done first.
Keyboard arrows are common to scroll, but so are
j
andk
on TUIs. The goal of this task is to add the following bindings:j
to scroll down,k
to scroll up.Keybindings can be either added in
interactive_viewer.ml
alongside the other key bindings, or in the keybindings defined in thevscroll_area
function, innottui_widgets.ml
The text was updated successfully, but these errors were encountered: