X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch.el;h=888672b5af3e210f7e3290b635735f4d790f10a2;hp=8e14692429ecc8e5740571a96a2d73fcf10f7f52;hb=ae06fbfc76edc2ef320a51b6f774079d79078963;hpb=f9189a062be9cb3d7bd68461c2674d75e23c14af diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 8e146924..888672b5 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -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)