mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
doc: initial documentation for notmuch-tree mode
This commit is contained in:
parent
eb6fb36d63
commit
7a58c1c44b
1 changed files with 25 additions and 0 deletions
|
@ -208,9 +208,34 @@ pressing RET after positioning the cursor on a hidden part.
|
||||||
``?``
|
``?``
|
||||||
Display full set of key bindings
|
Display full set of key bindings
|
||||||
|
|
||||||
|
.. _notmuch-tree:
|
||||||
|
|
||||||
notmuch-tree
|
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.
|
||||||
|
|
||||||
|
``<return>``
|
||||||
|
Displays that message.
|
||||||
|
|
||||||
|
``N``
|
||||||
|
Move to next message
|
||||||
|
|
||||||
|
``P``
|
||||||
|
Move to previous message
|
||||||
|
|
||||||
|
``n``
|
||||||
|
Move to next matching message
|
||||||
|
|
||||||
|
``p``
|
||||||
|
Move to previous matching message
|
||||||
|
|
||||||
|
``?``
|
||||||
|
Display full set of key bindings
|
||||||
|
|
||||||
Global key bindings
|
Global key bindings
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue