diff options
author | Santo Cariotti <santo@dcariotti.me> | 2021-03-05 15:51:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-05 15:51:36 +0100 |
commit | 4ef07d81ddee0887f4710a9308001133a5b029b0 (patch) | |
tree | 35e7dc47eada17550652fe48dbe9276234979b12 /newsboat | |
parent | 2026a19378674f61d9eff7545b561f54c0f09599 (diff) |
Create config
Diffstat (limited to 'newsboat')
-rw-r--r-- | newsboat/config | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/newsboat/config b/newsboat/config new file mode 100644 index 0000000..710b41f --- /dev/null +++ b/newsboat/config @@ -0,0 +1,27 @@ +show-read-feeds true + +unbind-key J +unbind-key K +unbind-key n +unbind-key p +unbind-key l +unbind-key R + +bind-key j down +bind-key k up +bind-key J next-unread +bind-key K prev-unread +bind-key l next +bind-key h prev +bind-key L toggle-show-read-feeds +bind-key S reload-all +bind-key i quit # I often use this instead of 'q' +bind-key SPACE open + +color listnormal color15 black +color listfocus color120 color236 bold +color listnormal_unread color48 black +color listfocus_unread color120 color236 bold +color info color232 color49 reverse + +browser "xdg-open '%u'" |