diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/newsboat/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index 9e39cfe..e529e60 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -8,6 +8,16 @@ scrolloff 5 #browser "w3m %u" browser "xdg-open %u" +unbind-key n +bind-key n next-unread +unbind-key N +bind-key N prev-unread + +unbind-key a +bind-key a mark-feed-read +unbind-key A +bind-key A mark-all-feeds-read + bind-key RIGHT open bind-key LEFT quit |