diff options
author | Koni Marti <koni.marti@gmail.com> | 2022-02-21 00:18:43 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-02-23 21:09:01 +0100 |
commit | 8f9a6335239052c676fbcf4d9ca0205ef15fdcf2 (patch) | |
tree | edbac1bae4308ddf65576dc8ee9213cf651be2b6 /doc | |
parent | 454606a9cd85923cc98e4d43ea8b8972de6a5e9c (diff) | |
download | aerc-8f9a6335239052c676fbcf4d9ca0205ef15fdcf2.tar.gz |
commands: add expand-folder and collapse-folder
add the expand-folder and collapse-folder commands to navigate the
directory tree view. Provide keybinds for a vi-like folder navigation
experience.
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc.1.scd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index c1b16778..8b7be82c 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -269,6 +269,10 @@ message list, the message in the message viewer, etc). Cycles to the next (or previous) folder shown in the sidebar, repeated n times (default: 1). +*expand-folder*, *collapse-folder* + Expands or collapses the current folder when the directory tree is + enabled. + *next-result*, *prev-result* Selects the next or previous search result. |