Evil/Notmuch: Map "s" to helm-notmuch in tree view

master
Pierre Neidhardt 2019-03-18 18:51:25 +01:00
parent 7f7599c685
commit 4997b497af
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@
"s" 'helm-notmuch)
(evil-define-key 'normal notmuch-search-mode-map
"s" 'helm-notmuch)
(evil-define-key 'visual notmuch-search-mode-map
(evil-define-key 'normal notmuch-tree-mode-map
"s" 'helm-notmuch)
(evil-define-key 'normal notmuch-show-mode-map
"s" 'helm-notmuch)))