diff options
| author | David Bremner <david@tethera.net> | 2024-08-14 08:25:23 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2025-06-22 16:36:31 -0300 |
| commit | 93539fa5ca54676a41398fb154dabe414795f628 (patch) | |
| tree | a097af8547d6c7b9eca845eb019d6dc85b51642b | |
| parent | 848e7ae6700ffeda9615584868f8207f9f71d394 (diff) | |
doc/emacs: refactor navigation commands
The amount of space saved here is minimal, but I want to migrate to a
more topic focused manual, as opposed to long alphabetical lists of
commands.
| -rw-r--r-- | doc/notmuch-emacs.rst | 52 |
1 files changed, 24 insertions, 28 deletions
diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst index 48f87458..bf862697 100644 --- a/doc/notmuch-emacs.rst +++ b/doc/notmuch-emacs.rst @@ -320,6 +320,27 @@ pressing RET after positioning the cursor on a hidden part. :ref:`show-copy` +.. el:define-key:: + + - + + Add or remove arbitrary tags from the current message. + +.. el:define-key:: ! + + |docstring::notmuch-show-toggle-elide-non-matching| + +.. el:define-key:: ? + + Display full set of key bindings + +.. _show-navigation: + +Navigation +---------- + +The following motion/navigation bindings are also available in +:ref:`notmuch-tree` and :ref:`notmuch-unthreaded`. + .. el:define-key:: N Move to next message @@ -336,18 +357,9 @@ pressing RET after positioning the cursor on a hidden part. Move to previous matching message -.. el:define-key:: + - - - - Add or remove arbitrary tags from the current message. - -.. el:define-key:: ! - - |docstring::notmuch-show-toggle-elide-non-matching| -.. el:define-key:: ? - - Display full set of key bindings +Configuration +------------- Display of messages can be controlled by the following variables; see also :ref:`show-large`. @@ -522,7 +534,7 @@ notmuch-tree ``notmuch-tree-mode`` displays the results of a "notmuch tree" of your email archives. Each line in the buffer represents a single message giving the relative date, the author, subject, and any -tags. +tags. For common navigation commands see :ref:`show-navigation`. .. el:define-key:: c @@ -532,22 +544,6 @@ tags. Displays that message. -.. el:define-key:: N - - Move to next message - -.. el:define-key:: P - - Move to previous message - -.. el:define-key:: n - - Move to next matching message - -.. el:define-key:: p - - Move to previous matching message - .. el:define-key:: o M-x notmuch-tree-toggle-order |
