-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnewsboatrc
More file actions
37 lines (30 loc) · 902 Bytes
/
newsboatrc
File metadata and controls
37 lines (30 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# load URLS on launch
# auto-reload yes
# feedhq-min-items 50
feed-sort-order name
# macro defaults to ,
bind-key j down
bind-key k up
bind-key j next articlelist
bind-key k prev articlelist
bind-key J next-feed articlelist
bind-key K prev-feed 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
# macro setup
browser firefox
macro , open-in-browser
# launch video player
# macro v set browser "setsid -f mpv" ; open-in-browser ; set browser linkhandler
macro v set browser "mpv %u" ; open-in-browser ; set browser "elinks %u"
macro d set browser "cd ~/Videos/youtube/; yt-dlp --restrict-filenames --write-sub --write-auto-sub --sub-lang \"en.*\" %u &"; open-in-browser; set browser elinks