summaryrefslogtreecommitdiff
path: root/config/common
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-12-12 09:22:22 +0100
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-12-12 09:22:22 +0100
commitffc2a7d3cee6385508601374bdd34db253b70c65 (patch)
tree433bda0daa8504538ce27bdc7a80999bba611663 /config/common
parentf4dc6e9489bd1274cba77aec04343dbec72f4a7d (diff)
parent6b44e39caba17672bf32960f5829597d9fa544b1 (diff)
Merge branch 'main' of debuc.com:dotfiles
Diffstat (limited to 'config/common')
-rw-r--r--config/common/newsboat/config8
1 files changed, 6 insertions, 2 deletions
diff --git a/config/common/newsboat/config b/config/common/newsboat/config
index 5f93d68..88ec7ad 100644
--- a/config/common/newsboat/config
+++ b/config/common/newsboat/config
@@ -18,15 +18,19 @@ highlight article "\\[[0-9]+\\]" color10 default bold
highlight article "\\[image\\ [0-9]+\\]" color10 default bold
highlight feedlist "^─.*$" color6 color0 bold
-bind-key j next all
-bind-key k prev all
+bind-key j next
+bind-key k prev
bind-key h quit
+bind-key h set-tag feedlist # return back to tags from 'selected tag' view
bind-key l open
bind-key g home
bind-key G end
bind-key U show-urls
bind-key a toggle-article-read
+# Set home to tags
+run-on-startup set-tag
+
show-keymap-hint no
swap-title-and-hints yes