Option to change pageup and pagedown keybinding #1705
Replies: 3 comments 1 reply
|
To add on, it appears herdr has some intelligence where it passes PageUp and PageDown to some applications. But it does not work in some cases. For example, with https://github.com/earendil-works/pi, if you use the I also believe that it is better to provide the user with flexibility to assign their own preferred keybindings. |
|
Yes, please. This could be implemented together with #1284 to make scrolling configurable in general. herdr should allow comfortable scrolling from keyboard, not forcing to use mouse for line scrolling. |
|
Just a note: there's a copy mode |
Uh oh!
There was an error while loading. Please reload this page.
idea / problem
Herdr uses
PageUpandPageDownkeys for terminal page scrolling.With some applications, I'm running into issues where the
PageUpandPageDownkeys are consumed by herdr to scroll the page rather than being passed to the applications.I would like to suggest to provide an option to change this keybinding.
requested change
Add
keys.page_scroll_upandkeys.page_scroll_downconfigurations.why you want this
Enables use cases where an application uses the PageUp and PageDown keys.
All reactions