X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-tree.el;h=1555812cdb8bf75e8a817b8f32e72223019794cc;hp=658c4f90870dfe4de726514b41908b53dde85661;hb=ae06fbfc76edc2ef320a51b6f774079d79078963;hpb=f9189a062be9cb3d7bd68461c2674d75e23c14af diff --git a/emacs/notmuch-tree.el b/emacs/notmuch-tree.el index 658c4f90..1555812c 100644 --- a/emacs/notmuch-tree.el +++ b/emacs/notmuch-tree.el @@ -279,6 +279,7 @@ FUNC." (define-key map "P" 'notmuch-tree-prev-message) (define-key map (kbd "M-p") 'notmuch-tree-prev-thread) (define-key map (kbd "M-n") 'notmuch-tree-next-thread) + (define-key map "k" 'notmuch-tag-jump) (define-key map "-" 'notmuch-tree-remove-tag) (define-key map "+" 'notmuch-tree-add-tag) (define-key map "*" 'notmuch-tree-tag-thread)