aboutsummaryrefslogtreecommitdiff
path: root/newsboat
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-05-28 08:55:08 +0200
committerThomas Schmucker <ts@its1.de>2023-05-28 08:55:08 +0200
commit18c506445111e1e76c071d483662ccc1d15a766d (patch)
treebb0b4ac47d9ebbf280c9a16b40f9f20e838addff /newsboat
parent38aca8584286842dd99dc8f28e3d44a4c743d3bc (diff)
downloaddotfiles-18c506445111e1e76c071d483662ccc1d15a766d.tar.gz
dotfiles-18c506445111e1e76c071d483662ccc1d15a766d.tar.bz2
dotfiles-18c506445111e1e76c071d483662ccc1d15a766d.zip
VI Keybindings für newsboat
Diffstat (limited to 'newsboat')
-rw-r--r--newsboat/config25
1 files changed, 17 insertions, 8 deletions
diff --git a/newsboat/config b/newsboat/config
index 8d48bd4..0a66950 100644
--- a/newsboat/config
+++ b/newsboat/config
@@ -1,11 +1,20 @@
1browser "firefox --new-tab %u" 1browser "firefox --new-tab %u"
2download-path "~/Downloads/!Podcasts" 2download-path "~/Downloads/!Podcasts"
3auto-reload yes 3auto-reload yes
4reload-time 10 4reload-time 10
5keep-articles-days 180 5keep-articles-days 180
6max-items 500 6max-items 500
7confirm-mark-all-feeds-read no 7confirm-mark-all-feeds-read no
8confirm-mark-feed-read no 8confirm-mark-feed-read no
9
10bind-key j down feedlist
11bind-key k up feedlist
12bind-key j next articlelist
13bind-key k prev articlelist
14bind-key J next-feed articlelist
15bind-key K prev-feed articlelist
16bind-key j down article
17bind-key k up article
9 18
10macro o set browser "mpv %u" ; open-in-browser ; set browser "firefox --new-tab %u" 19macro o set browser "mpv %u" ; open-in-browser ; set browser "firefox --new-tab %u"
11 20