elfeed: Bind q, ZQ, ZZ to elfeed-search-quit-window

elfeed binds `q` to `elfeed-search-quit-window` which saves the db and
quit the window. As today we only close the window which may lead to
data loss.
This commit is contained in:
Davide Masserut 2021-01-10 12:00:27 +01:00 committed by Youmu
parent e7be9f53a0
commit be07f6a290
1 changed files with 6 additions and 1 deletions

View File

@ -59,7 +59,12 @@
;; refresh
"gR" 'elfeed-search-fetch ; TODO: Which update function is more useful?
"gr" 'elfeed-search-update--force)
"gr" 'elfeed-search-update--force
;; quit
"q" 'elfeed-search-quit-window
"ZQ" 'elfeed-search-quit-window
"ZZ" 'elfeed-search-quit-window)
(evil-collection-define-key '(normal visual) 'elfeed-search-mode-map
"+" 'elfeed-search-tag-all