From ec4c7475d56f51669e8c68eea2f26a88748192d9 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Sat, 21 Nov 2020 02:13:20 +0100 Subject: [PATCH] Add newsboat config --- .newsboat/config | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .newsboat/config diff --git a/.newsboat/config b/.newsboat/config new file mode 100644 index 0000000..3f185ae --- /dev/null +++ b/.newsboat/config @@ -0,0 +1,36 @@ +auto-reload yes +reload-threads 100 + +color background color240 black +color listnormal color238 black +color listfocus white black +color listnormal_unread color240 black bold +color listfocus_unread default black bold +color info default black +color article default black + +bind-key h quit articlelist +bind-key h quit article +bind-key h quit tagselection +bind-key h quit feedlist +bind-key j down feedlist +bind-key j down tagselection +bind-key j next articlelist +bind-key j down article +bind-key J next-feed articlelist +bind-key k up feedlist +bind-key k prev articlelist +bind-key k up tagselection +bind-key K prev-feed articlelist +bind-key k up article +bind-key l open articlelist +bind-key l open feedlist +bind-key l open tagselection + +bind-key G end +bind-key g home + +text-width 80 + +browser "brave" +macro m set browser "mpv %u"; open-in-browser ; set browser "brave"