From 9be0ce3b9bcfe9c1b5fae9295650a20fd7eb21cc Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Sat, 29 Jul 2023 16:58:55 +0300 Subject: [PATCH] we --- config/newsboat/config | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/config/newsboat/config b/config/newsboat/config index 12dc510f..e316a326 100644 --- a/config/newsboat/config +++ b/config/newsboat/config @@ -1 +1,19 @@ +# general settings +auto-reload yes +max-items 50 + +# image viewer macro i set pager "/home/sako/.config/newsboat/kitty-img-pager.sh"; open; set pager internal + +# 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