]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch.el
emacs: add a tag jump menu
[notmuch] / emacs / notmuch.el
index 8e14692429ecc8e5740571a96a2d73fcf10f7f52..888672b5af3e210f7e3290b635735f4d790f10a2 100644 (file)
@@ -169,6 +169,7 @@ there will be called at other points of notmuch execution."
     (define-key map "t" 'notmuch-search-filter-by-tag)
     (define-key map "l" 'notmuch-search-filter)
     (define-key map [mouse-1] 'notmuch-search-show-thread)
+    (define-key map "k" 'notmuch-tag-jump)
     (define-key map "*" 'notmuch-search-tag-all)
     (define-key map "a" 'notmuch-search-archive-thread)
     (define-key map "-" 'notmuch-search-remove-tag)