diff options
Diffstat (limited to '.config/newsboat')
| -rwxr-xr-x | .config/newsboat/config | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/.config/newsboat/config b/.config/newsboat/config index 4095c45..c9d9fcd 100755 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -13,6 +13,8 @@ unbind-key J  unbind-key K  bind-key j down  bind-key k up +bind-key ^D pagedown +bind-key ^U pageup  bind-key l open  bind-key h quit |