From 989fb5f35574d51bad3faf359b60398c4bf93b89 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 9 Dec 2018 14:42:50 -0500 Subject: notmuch-show-mode-map: Bind km/notmuch-visit-url --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index a23fb12..525ce94 100644 --- a/init.el +++ b/init.el @@ -2158,6 +2158,9 @@ (define-key notmuch-show-mode-map "O" #'notmuch-show-reply-sender) (define-key notmuch-show-mode-map "E" #'notmuch-show-resume-message) + (define-key notmuch-show-mode-map "B" #'notmuch-show-resend-message) + (define-key notmuch-show-mode-map "b" #'km/notmuch-visit-url) + (define-key notmuch-search-mode-map "o" #'notmuch-search-reply-to-thread) (define-key notmuch-search-mode-map "O" #'notmuch-search-reply-to-thread-sender) (define-key notmuch-search-mode-map (kbd "C-c C-s") #'notmuch-search-toggle-order) -- cgit v1.2.3