diff options
Diffstat (limited to 'doc/aerc-tutorial.7.scd')
-rw-r--r-- | doc/aerc-tutorial.7.scd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/aerc-tutorial.7.scd b/doc/aerc-tutorial.7.scd index 67dd32f..f40be7f 100644 --- a/doc/aerc-tutorial.7.scd +++ b/doc/aerc-tutorial.7.scd @@ -35,6 +35,10 @@ your message list, we use vim-style keys to get around. *<Enter>* Opens the selected message +You can also search the selected folder with */*, or filter with *\*. When +searching you can use n and p to jump to the next and previous result. +Filtering hides any non-matching message. + # THE MESSAGE VIEWER Press *<Enter>* to open a message. By default, the message viewer will display @@ -54,6 +58,10 @@ To show HTML messages, comment out the *text/html* filter in your aerc.conf file (which is probably in ~/.config/aerc/) and install its dependencies: w3m and dante-utils. +You can also do many tasks you could do in the message list from here, like +replying to emails, deleting the email, or view the next and previous message +(*J* and *K*). + # COMPOSING MESSAGES Return to the message list by pressing *q* to dismiss the message viewer. Once |