Skip to content

Commit

Permalink
Vim keys for filter dialog handling, autogen filter
Browse files Browse the repository at this point in the history
  • Loading branch information
heussd committed Aug 2, 2024
1 parent 4c00809 commit 41058a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .config/newsboat/config
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ include ~/.config/newsboat/filters
include ~/.config/newsboat/theme
#include ~/.config/newsboat/highlights

include ~/.config/newsboat/highlights-autogen
include ~/.config/newsboat/autogen


highlight-article "tags # \"red\"" red default
Expand Down
4 changes: 4 additions & 0 deletions .config/newsboat/keys
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ bind-key j down article
bind-key j next articlelist
bind-key j next feedlist
bind-key j next tagselection
bind-key j next filterselection
unbind-key J
bind-key J next article
bind-key J next-feed articlelist
Expand All @@ -27,6 +28,8 @@ bind-key k up article
bind-key k prev articlelist
bind-key k prev feedlist
bind-key k prev tagselection
bind-key k prev filterselection
unbind-key J
unbind-key K
bind-key K prev article
bind-key K prev-feed articlelist
Expand All @@ -36,6 +39,7 @@ bind-key l open-in-browser article
bind-key l open articlelist
bind-key l open feedlist
bind-key l open tagselection
bind-key l open filterselection
unbind-key h
bind-key h quit

0 comments on commit 41058a7

Please sign in to comment.