diff options
| author | Keegan Carruthers-Smith <keegan.csmith@gmail.com> | 2020-04-13 22:10:50 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-04-14 12:29:31 -0300 |
| commit | f28e0a93379754456cf02830efcea499c6c2fc6f (patch) | |
| tree | 321c3d199fa26918b4bf371f2ff5feb9e26d16b0 /devel/emacs-keybindings.org | |
| parent | 690e36bacd5e53c45775586024ca70f069ca68ad (diff) | |
emacs: introduce notmuch-search-by-tag
This is like notmuch-search-filter-by-tag, but creates a new search
rather than filtering the current search. We add this to
notmuch-common-keymap since this can be used by many contexts. We bind
to the key "t", which is the same key used by
notmuch-search-filter-by-tag in notmuch-search-mode-map. This is done
intentionally since the keybinding for notmuch-search-mode-map can be
seen as a specialization of creating a new search.
This change was motivated for use in "notmuch-hello". It is a more
convenient way to search a tag than expanding the list of all tags. I
also noticed many saved searches people use are simply tags.
Diffstat (limited to 'devel/emacs-keybindings.org')
| -rw-r--r-- | devel/emacs-keybindings.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/emacs-keybindings.org b/devel/emacs-keybindings.org index 464b9467..65dfe0eb 100644 --- a/devel/emacs-keybindings.org +++ b/devel/emacs-keybindings.org @@ -20,7 +20,7 @@ | q | notmuch-bury-or-kill-this-buffer | notmuch-bury-or-kill-this-buffer | notmuch-bury-or-kill-this-buffer | | r | notmuch-search-reply-to-thread-sender | notmuch-show-reply-sender | notmuch-show-reply-sender | | s | notmuch-search | notmuch-search | notmuch-search | -| t | notmuch-search-filter-by-tag | toggle-truncate-lines | | +| t | notmuch-search-filter-by-tag | toggle-truncate-lines | notmuch-search-by-tag | | u | | | | | v | | | notmuch-show-view-all-mime-parts | | w | | notmuch-show-save-attachments | notmuch-show-save-attachments | |
