diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-03-14 19:39:40 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2023-03-14 19:39:40 +0000 |
commit | 23a89714b19ebc1a0a7e06f5740da5c149bbf4c7 (patch) | |
tree | 139461a7a36c3d33248f14f7204bf05a47f22d87 /.config/newsboat/config | |
parent | b96a812bffa3bc2926c08cc62656bf8dbbe827fd (diff) | |
download | dotfiles-23a89714b19ebc1a0a7e06f5740da5c149bbf4c7.tar dotfiles-23a89714b19ebc1a0a7e06f5740da5c149bbf4c7.tar.gz dotfiles-23a89714b19ebc1a0a7e06f5740da5c149bbf4c7.tar.bz2 dotfiles-23a89714b19ebc1a0a7e06f5740da5c149bbf4c7.tar.lz dotfiles-23a89714b19ebc1a0a7e06f5740da5c149bbf4c7.tar.xz dotfiles-23a89714b19ebc1a0a7e06f5740da5c149bbf4c7.tar.zst dotfiles-23a89714b19ebc1a0a7e06f5740da5c149bbf4c7.zip |
newsboat config update and bump deno completions
Diffstat (limited to '.config/newsboat/config')
-rw-r--r-- | .config/newsboat/config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index 9e39cfe..e529e60 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -8,6 +8,16 @@ scrolloff 5 #browser "w3m %u" browser "xdg-open %u" +unbind-key n +bind-key n next-unread +unbind-key N +bind-key N prev-unread + +unbind-key a +bind-key a mark-feed-read +unbind-key A +bind-key A mark-all-feeds-read + bind-key RIGHT open bind-key LEFT quit |