From 2be84d1fa90fd9edd9cd92624d8c39092b3148e7 Mon Sep 17 00:00:00 2001 From: Tyler Davis Date: Thu, 1 Dec 2022 06:06:22 +0000 Subject: pkg: add newsboat, upgrade to F37 --- .config/newsboat/config | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .config/newsboat/config (limited to '.config') diff --git a/.config/newsboat/config b/.config/newsboat/config new file mode 100644 index 0000000..d39a296 --- /dev/null +++ b/.config/newsboat/config @@ -0,0 +1,31 @@ +# general settings +auto-reload yes +max-items 100 +download-retries 4 +error-log ~/.local/share/newsboat/error.log +save-path ~/.local/share/newsboat/saved/ + +# reload frequency in minutes +reload-time 30 +reload-threads 6 # concurrent reload of feeds + +#colorscheme -- no colors +include /usr/share/doc/newsboat/contrib/colorschemes/plain + +# How to ignore articles +ignore-mode "display" # Do not show them. + +### VIM ### +# unbind keys +unbind-key ENTER +unbind-key j +unbind-key k +unbind-key J +unbind-key K + +# bind keys - vim style +bind-key j down +bind-key k up +bind-key l open +bind-key h quit + -- cgit v1.2.3