Browse Source

Add mode elfeed keybinds

master
Riyyi 4 years ago
parent
commit
a02f5df750
  1. 8
      .emacs.d/config.org

8
.emacs.d/config.org

@ -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

Loading…
Cancel
Save