diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-12-11 21:50:05 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-12-11 21:50:05 +0100 |
commit | a365e6c8dc75825c993f0bc7b14734032e57096e (patch) | |
tree | 89e4a3efa636953b2402fe2d82142fbde11fca8b | |
parent | e2ee726c851eadeac489b3288f775af234ba4a7a (diff) |
Show select tag menu as home, and return to it from selected tag view
-rw-r--r-- | config/common/newsboat/config | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/config/common/newsboat/config b/config/common/newsboat/config index 5f93d68..88ec7ad 100644 --- a/config/common/newsboat/config +++ b/config/common/newsboat/config @@ -18,15 +18,19 @@ highlight article "\\[[0-9]+\\]" color10 default bold highlight article "\\[image\\ [0-9]+\\]" color10 default bold highlight feedlist "^─.*$" color6 color0 bold -bind-key j next all -bind-key k prev all +bind-key j next +bind-key k prev bind-key h quit +bind-key h set-tag feedlist # return back to tags from 'selected tag' view bind-key l open bind-key g home bind-key G end bind-key U show-urls bind-key a toggle-article-read +# Set home to tags +run-on-startup set-tag + show-keymap-hint no swap-title-and-hints yes |