diff options
| author | David Bremner <david@tethera.net> | 2022-02-12 16:27:41 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-02-26 08:00:28 -0400 |
| commit | 928c2042402b493566267cd44e82e7c54dffd548 (patch) | |
| tree | ba1e37f448ef71c77af3aa416e7f84c8a40c03e2 | |
| parent | 19cf3910a553e5325d8da3a73669c6c452dbd99c (diff) | |
emacs: Document undo binding.
This messes up whitespace, which will require a global change to fix.
| -rw-r--r-- | devel/emacs-keybindings.org | 1 | ||||
| -rw-r--r-- | doc/notmuch-emacs.rst | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/devel/emacs-keybindings.org b/devel/emacs-keybindings.org index 2f73a198..7f0d26bb 100644 --- a/devel/emacs-keybindings.org +++ b/devel/emacs-keybindings.org @@ -55,4 +55,5 @@ | > | notmuch-search-last-thread | | | | ? | notmuch-help | notmuch-help | notmuch-help | | \vert | | notmuch-show-pipe-message | notmuch-show-pipe-message | +| [remap undo] | notmuch-tag-undo | notmuch-tag-undo | notmuch-tag-undo | |-----------+----------------------------------------+-------------------------------------------------------+-----------------------------------------| diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst index 991539bf..41f62390 100644 --- a/doc/notmuch-emacs.rst +++ b/doc/notmuch-emacs.rst @@ -354,6 +354,8 @@ following key bindings: ``k`` Tagging operations using :ref:`notmuch-tag-jump` +``C-_`` ``C-/`` ``C-x u``: Undo previous tagging operation using :ref:`notmuch-tag-undo` + .. _notmuch-jump: notmuch-jump |
