newsboat: Implement half-page up/down mappings
Can be invoked by c-b and c-d respectively, mimicking vim.
This commit is contained in:
parent
b8c59db4c2
commit
2b40315142
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue