diff options
Diffstat (limited to '')
| -rw-r--r-- | .newsboat/config | 14 | ||||
| -rw-r--r-- | .newsboat/urls | 4 |
2 files changed, 18 insertions, 0 deletions
diff --git a/.newsboat/config b/.newsboat/config new file mode 100644 index 0000000..a288af6 --- /dev/null +++ b/.newsboat/config @@ -0,0 +1,14 @@ +browser "firefox --new-tab %u" + +unbind-key j +unbind-key k +bind-key j down +bind-key k up + +bind-key h quit +bind-key l open + +unbind-key g +unbind-key G +bind-key g home +bind-key G end diff --git a/.newsboat/urls b/.newsboat/urls new file mode 100644 index 0000000..2997c7d --- /dev/null +++ b/.newsboat/urls @@ -0,0 +1,4 @@ +https://archlinux.org/feeds/news/ "~Arch news" +https://zorleone.xyz/index.xml "~Zorleone" +https://drewdevault.com/blog/index.xml "~Drew DeVault" +https://thesquareplanet.com/feed.xml "~Jon Gjengset" |
