From d14cf0efa7b9e6839c50924e17eab498f5d9735e Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Fri, 15 Oct 2021 17:13:46 -0300 Subject: [PATCH] newsboat: add config --- .config/newsboat/config | 45 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .config/newsboat/config diff --git a/.config/newsboat/config b/.config/newsboat/config new file mode 100644 index 0000000..beb60f1 --- /dev/null +++ b/.config/newsboat/config @@ -0,0 +1,45 @@ +# Settings +prepopulate-query-feeds yes + +# Keybinds +bind-key j down +bind-key k up +bind-key j next articlelist +bind-key k prev articlelist +bind-key J next-feed articlelist +bind-key K prev-feed articlelist +bind-key G end +bind-key g home +bind-key d pagedown +bind-key u pageup +bind-key l open +bind-key h quit +bind-key BACKSPACE quit +bind-key a toggle-article-read +bind-key n next-unread +bind-key N prev-unread +bind-key D pb-download +bind-key U show-urls +bind-key x pb-delete + +# Colors +color listnormal cyan default +color listfocus yellow default bold +color listnormal_unread blue default +color listfocus_unread yellow default bold +color info red black bold +color article default default + +# Highlights +highlight all "---.*---" yellow +highlight feedlist ".*(0/0))" black +highlight article "(^Feed:.*|^Title:.*|^Author:.*)" cyan default bold +highlight article "(^Link:.*|^Date:.*)" white default +highlight article "https?://[^ ]+" green default +highlight article "^(Title):.*$" blue default +highlight article "\\[[0-9][0-9]*\\]" magenta default bold +highlight article "\\[image\\ [0-9]+\\]" green default bold +highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold +highlight article ":.*\\(link\\)$" cyan default +highlight article ":.*\\(image\\)$" blue default +highlight article ":.*\\(embedded flash\\)$" magenta default