diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-05-31 22:56:33 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-05-31 22:56:33 +0200 |
| commit | 70f6584ad8f59b874e9de1f1915a269b8ddf9f36 (patch) | |
| tree | fc2dd2320ed4366ebe025bd4343ee705ec50e9ad | |
| parent | 3f86d62eb2be7eb6f589bd8d79c19f175e6dc375 (diff) | |
| download | dotfiles-70f6584ad8f59b874e9de1f1915a269b8ddf9f36.tar.gz dotfiles-70f6584ad8f59b874e9de1f1915a269b8ddf9f36.tar.bz2 dotfiles-70f6584ad8f59b874e9de1f1915a269b8ddf9f36.zip | |
Bessere Navigation in Newsboat
| -rw-r--r-- | newsboat/config | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/newsboat/config b/newsboat/config index 0a66950..b5cd7c7 100644 --- a/newsboat/config +++ b/newsboat/config | |||
| @@ -1,11 +1,13 @@ | |||
| 1 | auto-reload yes | ||
| 1 | browser "firefox --new-tab %u" | 2 | browser "firefox --new-tab %u" |
| 3 | confirm-mark-all-feeds-read no | ||
| 4 | confirm-mark-feed-read no | ||
| 2 | download-path "~/Downloads/!Podcasts" | 5 | download-path "~/Downloads/!Podcasts" |
| 3 | auto-reload yes | 6 | goto-first-unread no |
| 4 | reload-time 10 | 7 | goto-next-feed no |
| 5 | keep-articles-days 180 | 8 | keep-articles-days 180 |
| 6 | max-items 500 | 9 | max-items 500 |
| 7 | confirm-mark-all-feeds-read no | 10 | reload-time 10 |
| 8 | confirm-mark-feed-read no | ||
| 9 | 11 | ||
| 10 | bind-key j down feedlist | 12 | bind-key j down feedlist |
| 11 | bind-key k up feedlist | 13 | bind-key k up feedlist |
