From 23a89714b19ebc1a0a7e06f5740da5c149bbf4c7 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Tue, 14 Mar 2023 20:39:40 +0100 Subject: newsboat config update and bump deno completions --- .config/newsboat/config | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to '.config') 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 -- cgit v1.2.3