diff options
author | katherine <shmibs@shmibbles.me> | 2018-11-23 00:41:06 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2018-11-23 00:41:06 -0700 |
commit | 746bea5f6b88b4fb9d5d89577d606b1ef2df92ae (patch) | |
tree | 3b27af4e7c649befff8ea83335632c4cf9c01165 /.config/newsboat/config | |
parent | 5a1a09f659b79725d187f56227ccc49d24c12347 (diff) | |
download | dotfiles-746bea5f6b88b4fb9d5d89577d606b1ef2df92ae.tar.gz |
add newsboat config
it's a little annoying, doesn't quite have the basic motions there, but
better than alternatives!
Diffstat (limited to '.config/newsboat/config')
-rw-r--r-- | .config/newsboat/config | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config new file mode 100644 index 0000000..7b908ac --- /dev/null +++ b/.config/newsboat/config @@ -0,0 +1,28 @@ +bind-key j down +bind-key k up + +unbind-key ^B +unbind-key ^F +bind-key ^U pageup +bind-key ^D pagedown + +bind-key ^N next-feed +bind-key ^P prev-feed +bind-key J next-feed +bind-key K prev-feed + +bind-key d delete-article +bind-key D delete-all-articles + + +color info white color8 +color listnormal white black +color listfocus white color8 +color listnormal_unread white black bold +color listfocus_unread white color8 bold +color article white black + + +auto-reload yes +browser "firefox --new-tab" +datetime-format "%Y %b %d" |