From: Austin Clements Date: Tue, 5 Aug 2014 01:45:20 +0000 (-0400) Subject: emacs: Introduce notmuch-jump: shortcut keys to saved searches X-Git-Tag: 0.19_rc1~115 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=3c1ad5bfa0039191f1202b0542eb3af7afd16c5c;hp=3c1ad5bfa0039191f1202b0542eb3af7afd16c5c;p=notmuch emacs: Introduce notmuch-jump: shortcut keys to saved searches This introduces notmuch-jump, which is like a user-friendly, user-configurable global prefix map for saved searches. This provides a non-modal and much faster way to access saved searches than notmuch-hello. A user configures shortcut keys in notmuch-saved-searches, which are immediately accessible from anywhere in Notmuch under the "j" key (for "jump"). When the user hits "j", the minibuffer immediately shows a helpful table of bindings reminiscent of a completions buffer. This code is a combination of work from myself (originally, "notmuch-go"), David Edmondson, and modifications from Mark Walters. ---