aboutsummaryrefslogtreecommitdiff
path: root/.newsboat
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2022-04-10 21:15:33 +0800
committerGuangxiong Lin <[email protected]>2022-04-10 21:15:33 +0800
commitda7d52bf63f21a1e8355e2a4ba195373be030f3e (patch)
tree8bdd898ed1be739fa3ee506f454a385cc0e21638 /.newsboat
parent24a8120fd1f916190c1866ac5bb74359f4220293 (diff)
downloaddotfiles-da7d52bf63f21a1e8355e2a4ba195373be030f3e.tar.gz
dotfiles-da7d52bf63f21a1e8355e2a4ba195373be030f3e.tar.bz2
dotfiles-da7d52bf63f21a1e8355e2a4ba195373be030f3e.zip
Remove config of newsboat
Diffstat (limited to '.newsboat')
-rw-r--r--.newsboat/.gitignore4
-rw-r--r--.newsboat/config45
2 files changed, 0 insertions, 49 deletions
diff --git a/.newsboat/.gitignore b/.newsboat/.gitignore
deleted file mode 100644
index 0528892..0000000
--- a/.newsboat/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-cache.db
-queue
-urls
-history*
diff --git a/.newsboat/config b/.newsboat/config
deleted file mode 100644
index 460c703..0000000
--- a/.newsboat/config
+++ /dev/null
@@ -1,45 +0,0 @@
-auto-reload no
-show-read-feeds yes
-text-width 72
-reload-threads 32
-
-confirm-mark-feed-read no
-
-browser "$BROWSER %u"
-
-# unbind keys
-unbind-key j
-unbind-key k
-unbind-key J
-unbind-key K
-unbind-key ^D
-unbind-key ^U
-unbind-key o
-unbind-key g
-unbind-key G
-
-# bind keys - vim style
-bind-key j down
-bind-key k up
-bind-key ^D pagedown
-bind-key ^U pageup
-bind-key b toggle-source-view
-bind-key U toggle-show-read-feeds
-bind-key u show-urls
-bind-key g home
-bind-key G end
-bind-key b open-in-browser-and-mark-read
-bind-key B open-in-browser
-bind-key i sort
-bind-key I rev-sort
-
-# podcasts
-
-download-path ~/Sync/podcasts
-max-downloads 3
-
-macro d set browser "youtube-dl %u &"; open-in-browser-noninteractively; set browser "$BROWSER %u" -- "download videos by youtube-dl"
-macro p set browser "mpv -- %u &"; one; set browser "$BRWOSER %u" -- "open url by mpv"
-
-highlight feedlist "---.*---" blue default bold
-highlight feedlist ".*0/0.." default default invis