newsboat: Implement half-page up/down mappings

Can be invoked by c-b and c-d respectively, mimicking vim.
This commit is contained in:
Marty Oehme 2023-05-23 15:47:51 +02:00
parent b8c59db4c2
commit 2b40315142
Signed by: Marty
GPG Key ID: EDBF2ED917B2EF6A
1 changed files with 2 additions and 2 deletions

View File

@ -74,9 +74,9 @@ bind-key h quit searchresultslist
bind-key g home
bind-key G end
bind-key ^F pagedown
bind-key ^B pageup
bind-key ^D pagedown
bind-key ^U pageup
bind-key ^B halfpageup
bind-key ^D halfpagedown
bind-key n next-unread
bind-key N prev-unread
bind-key ^n next-unread-feed articlelist