clone of my dotfiles.ssp.sh
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update

sspaeti b74fab02 eb8923f0

+13 -1
+13 -1
newsboat/.config/newsboat/config
··· 46 46 bind-key ^D pagedown 47 47 bind-key ^U pageup 48 48 49 + # Remap read/unread from n/N to m/M 50 + unbind-key n 51 + unbind-key N 52 + # Use n/p for navigating through list (especially useful in search results) 53 + bind-key n next #same as j 54 + bind-key p prev #same as k 55 + # use m for read/unread 56 + bind-key M toggle-article-read 57 + bind-key m toggle-article-read 58 + 59 + 49 60 # solarized 50 61 color background default default 51 62 color listnormal default default 52 - color listnormal_unread default default 53 63 color listfocus black cyan 64 + # color listnormal_unread default default 65 + color listnormal_unread black yellow 54 66 color listfocus_unread black cyan 55 67 color info default black 56 68 color article default default