nixos-config/users/home-manager/foo-dogsquared/config/newsboat/config
Gabriel Arazas 3a022a374a Restructure the modules
I think this is better for separating modules explicitly. This is also
considered as there are similar objects between modules (e.g., NixOS
and home-manager modules and users).

Revert users module to old position
2021-12-06 17:03:39 +08:00

31 lines
713 B
Plaintext
Executable File

# Config copied from Luke Smith's because I'm unoriginal.
auto-reload yes
browser "nohup brave --new-tab %u &>/dev/null &"
macro m set browser "mpv %u"; one ; set browser brave
bind-key ; cmdline
bind-key SPACE next-unread
bind-key j down
bind-key k up
bind-key J next-feed articlelist
bind-key K prev-feed articlelist
bind-key ] next-unread
bind-key [ prev-unread
bind-key ] next-unread-feed articlelist
bind-key [ prev-unread-feed articlelist
bind-key ] next feedlist
bind-key [ prev feedlist
bind-key ] next-feed articlelist
bind-key [ prev-feed articlelist
bind-key g home
bind-key G end
bind-key u pageup
bind-key d pagedown
bind-key r reload-all
bind-key R reload
reload-threads 50
datetime-format "%F"