aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dot-config/newsboat/config24
1 files changed, 22 insertions, 2 deletions
diff --git a/dot-config/newsboat/config b/dot-config/newsboat/config
index 60dd4cd..d6509ce 100644
--- a/dot-config/newsboat/config
+++ b/dot-config/newsboat/config
@@ -1,3 +1,14 @@
+#
+# OPTIONS
+#
+
+notify-always yes
+notify-program /usr/bin/notify-send
+
+#
+# HIGHLIGHT
+#
+
color background white black
color listnormal_unread red black
color listfocus black white
@@ -14,5 +25,14 @@ highlight article "^Date:.*" color223 color0
highlight article "^Link:.*" color4 color0
highlight article "^Flags:.*" color9 color0
-notify-always yes
-notify-program /usr/bin/notify-send
+#
+# KEYBINDINGS
+#
+# bind-key <KEY> <OPERATION> [DIALOG]
+# Available dialogs are "all" (default if none is specified), "feedlist",
+# "filebrowser", "help", "articlelist", "article", "tagselection",
+# "filterselection", "urlview" and "podbeuter".
+
+bind-key j up
+bind-key k down
+bind-key ENTER quit article