From 18c506445111e1e76c071d483662ccc1d15a766d Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sun, 28 May 2023 08:55:08 +0200 Subject: VI Keybindings für newsboat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- newsboat/config | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) (limited to 'newsboat/config') diff --git a/newsboat/config b/newsboat/config index 8d48bd4..0a66950 100644 --- a/newsboat/config +++ b/newsboat/config @@ -1,11 +1,20 @@ -browser "firefox --new-tab %u" -download-path "~/Downloads/!Podcasts" -auto-reload yes -reload-time 10 -keep-articles-days 180 -max-items 500 -confirm-mark-all-feeds-read no -confirm-mark-feed-read no +browser "firefox --new-tab %u" +download-path "~/Downloads/!Podcasts" +auto-reload yes +reload-time 10 +keep-articles-days 180 +max-items 500 +confirm-mark-all-feeds-read no +confirm-mark-feed-read no + +bind-key j down feedlist +bind-key k up feedlist +bind-key j next articlelist +bind-key k prev articlelist +bind-key J next-feed articlelist +bind-key K prev-feed articlelist +bind-key j down article +bind-key k up article macro o set browser "mpv %u" ; open-in-browser ; set browser "firefox --new-tab %u" -- cgit v1.3