dotfiles

My configuration files.
Log | Files | Refs | README

commit a3972f188c6d0dbe58cec52d550d3ce0fb4d6f4b
Author: Sven Möller <sven-moeller@outlook.de>
Date:   Sun, 12 Dec 2021 17:06:21 +0100

Add newsboat config

Diffstat:
Anewsboat/.newsboat/config | 39+++++++++++++++++++++++++++++++++++++++
1 file changed, 39 insertions(+), 0 deletions(-)

diff --git a/newsboat/.newsboat/config b/newsboat/.newsboat/config @@ -0,0 +1,39 @@ +auto-reload no +refresh-on-startup yes + +bookmark-cmd "bm" +bookmark-autopilot yes +max-items 99 +mark-as-read-on-hover no +show-read-articles yes +show-read-feeds yes +confirm-exit no +scrolloff 10 + +highlight article "^Title:.*$" blue default +highlight article "Title:" default default +highlight article "https?://[^ ]+" cyan default +highlight article "\\[[0-9]+\\]" red default +highlight article "\\[image [0-9]+[^\]]+\\]" green default +highlight article "Links:" blue default +highlight article "^[ ]*\\* " red default + +bind-key j down +bind-key k up +bind-key J next-feed +bind-key K prev-feed +bind-key J next article +bind-key K prev article +bind-key j down article +bind-key k up article +bind-key G end +bind-key g home +bind-key l open +bind-key h quit articlelist +bind-key h quit article +bind-key "RIGHT" open +bind-key "LEFT" quit +bind-key ^D pagedown +bind-key ^U pageup +bind-key a toggle-show-read-feeds +bind-key S reload-all