From f0bb95cafdbd671d377a55a557bc02ce05c04a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Sat, 23 Oct 2021 22:09:49 +0200 Subject: [PATCH] Added vim keys into newsboat --- .config/newsboat/config | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.config/newsboat/config b/.config/newsboat/config index a37f6ca..969b072 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -15,6 +15,21 @@ unbind-key p bind-key n next bind-key p prev +# 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 +bind-key ESC quit + +highlight all "====.*====" yellow color listnormal cyan default color listfocus black yellow standout bold color listnormal_unread blue default