X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=f2487abf5ccf983eae438c01cc06e388dc1fa693;hp=641398dc838ab10b4e17dbb4767a78b3ab0be667;hb=ae06fbfc76edc2ef320a51b6f774079d79078963;hpb=f9189a062be9cb3d7bd68461c2674d75e23c14af diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 641398dc..f2487abf 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -1431,6 +1431,7 @@ reset based on the original query." (define-key map "V" 'notmuch-show-view-raw-message) (define-key map "c" 'notmuch-show-stash-map) (define-key map "h" 'notmuch-show-toggle-visibility-headers) + (define-key map "k" 'notmuch-tag-jump) (define-key map "*" 'notmuch-show-tag-all) (define-key map "-" 'notmuch-show-remove-tag) (define-key map "+" 'notmuch-show-add-tag)