Add mode elfeed keybinds
This commit is contained in:
@@ -916,16 +916,24 @@ Disable spacebar in evil motion.
|
||||
(general-define-key
|
||||
:states 'normal
|
||||
:keymaps 'elfeed-search-mode-map
|
||||
"b" 'elfeed-search-browse-url
|
||||
"c" 'elfeed-search-clear-filter
|
||||
"gr" 'elfeed-search-update--force
|
||||
"gR" 'elfeed-search-fetch
|
||||
"q" 'kill-this-buffer
|
||||
"u" 'elfeed-search-tag-all-unread
|
||||
"U" nil
|
||||
"r" 'elfeed-search-untag-all-unread
|
||||
)
|
||||
|
||||
(general-define-key
|
||||
:states 'normal
|
||||
:keymaps 'elfeed-show-mode-map
|
||||
"b" #'elfeed-show-visit
|
||||
"g" 'elfeed-show-refresh
|
||||
"q" 'kill-this-buffer
|
||||
"u" #'elfeed-show-tag--unread
|
||||
"y" #'elfeed-show-yank
|
||||
))
|
||||
#+END_SRC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user