summaryrefslogtreecommitdiff
path: root/newsboat/config
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2024-12-11 20:46:32 +0100
committerSanto Cariotti <santo@dcariotti.me>2024-12-11 20:47:59 +0100
commitf22f1723c01b56da14ae1de3491a78af1bc4c464 (patch)
tree030411c811d3474c4b322eca29d1bf8e96b7511f /newsboat/config
parentd8713792f93473fe14e01d151529fb6ef139448f (diff)
Dot files with `chezmoi`
Diffstat (limited to 'newsboat/config')
-rw-r--r--newsboat/config27
1 files changed, 0 insertions, 27 deletions
diff --git a/newsboat/config b/newsboat/config
deleted file mode 100644
index 710b41f..0000000
--- a/newsboat/config
+++ /dev/null
@@ -1,27 +0,0 @@
-show-read-feeds true
-
-unbind-key J
-unbind-key K
-unbind-key n
-unbind-key p
-unbind-key l
-unbind-key R
-
-bind-key j down
-bind-key k up
-bind-key J next-unread
-bind-key K prev-unread
-bind-key l next
-bind-key h prev
-bind-key L toggle-show-read-feeds
-bind-key S reload-all
-bind-key i quit # I often use this instead of 'q'
-bind-key SPACE open
-
-color listnormal color15 black
-color listfocus color120 color236 bold
-color listnormal_unread color48 black
-color listfocus_unread color120 color236 bold
-color info color232 color49 reverse
-
-browser "xdg-open '%u'"