feat(controls): added half page scroll up and down#90
Conversation
MattiaPun
left a comment
There was a problem hiding this comment.
Hi, good PR so far, just update the naming and add the keybinds to the helpViewContent function in view.go. Please let me know if you have any questions.
Hey thanks for the heads up. In case of the help view text would it be alright to be For the config I renamed it to: |
|
Yes, the |
|
Thank you for your contribution! |
Added half page scroll up and down navigation, mimicking Vim's
Ctrl+UandCtrl+Dbehaviour.These keybinds can be changed in the config under
keybinds.navigation.scroll_upandkeybinds.navigation.scroll_downrespectively.I just reused the logic that was already there for standard navigation but added a new
stepsarg.Let me know if there is anything wrong!