diff options
| author | David Bremner <david@tethera.net> | 2022-02-12 16:27:39 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-02-26 07:58:14 -0400 |
| commit | cc2c3a383d12ce421c5ec1bdfb7bfacc60a0f368 (patch) | |
| tree | 17e019ffb4c18319101d464b1c1a71115a752143 /doc | |
| parent | 9b2a548189728e7c25dea853ed19b17889f4dc36 (diff) | |
emacs: add notmuch-tag-undo
Keybindings are deferred to a future commit.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/notmuch-emacs.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst index f2667de1..991539bf 100644 --- a/doc/notmuch-emacs.rst +++ b/doc/notmuch-emacs.rst @@ -383,6 +383,21 @@ operations specified in ``notmuch-tagging-keys``; i.e. each |docstring::notmuch-tagging-keys| +.. _notmuch-tag-undo: + +notmuch-tag-undo +---------------- + +Each notmuch buffer supporting tagging operations (i.e buffers in +:any:`notmuch-show`, :any:`notmuch-search`, :any:`notmuch-tree`, and +:any:`notmuch-unthreaded` mode) keeps a local stack of tagging +operations. These can be undone via ``notmuch-tag-undo``. By default +this is bound to the usual Emacs keys for undo. + +:index:`notmuch-tag-undo` + + |docstring::notmuch-tag-undo| + Buffer navigation ================= |
