Skip to content

Commit

Permalink
add newsboat config
Browse files Browse the repository at this point in the history
  • Loading branch information
goncrust authored Nov 23, 2021
1 parent 74234c2 commit 4f6089e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .newsboat/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
auto-reload yes

external-url-viewer "urlview"

bind-key j down
bind-key k up
bind-key j next articlelist
bind-key k prev articlelist
bind-key G end
bind-key g home
bind-key d pagedown
bind-key u pageup
bind-key l open
bind-key h quit
bind-key a toggle-article-read
bind-key n next-unread
bind-key N prev-unread
bind-key D pb-download
bind-key U show-urls
bind-key x pb-delete

browser firefox
macro , open-in-browser
macro v set browser "mpv"; open-in-browser
macro s set browser "firefox"; open-in-browser

0 comments on commit 4f6089e

Please sign in to comment.