diff options
| author | Blake Romero <blake@blkrom.com> | 2025-01-03 23:26:00 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2025-01-03 23:26:00 +0000 |
| commit | 3c852faa399774fbdd1e1999ba5c43eeddcf19ff (patch) | |
| tree | cb9631de10fe84d0a791726bd143eb7fabed36a5 /dot-config/newsboat/config | |
| parent | 5acdd07203ecf5a6e6ee4e6b48f03146dc620811 (diff) | |
Update newsboat config & keybindings
Diffstat (limited to 'dot-config/newsboat/config')
| -rw-r--r-- | dot-config/newsboat/config | 24 |
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 |
