diff options
author | Galen Abell <galen@galenabell.com> | 2019-07-23 12:52:33 -0400 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-07-26 14:29:34 -0400 |
commit | 8635c70fda20b91f97c42f4e23e97bc01a14a89d (patch) | |
tree | ea70a40f7617782ca28060965ad253fa0e686161 /doc/aerc.1.scd | |
parent | 67fb0938a66605a0b6a837005804637b348b250d (diff) | |
download | aerc-8635c70fda20b91f97c42f4e23e97bc01a14a89d.tar.gz |
Add command history and cycling
Aerc will keep track of the previous 1000 commands, which the user can cycle through using the arrow keys while in the ex-line. Pressing up will move backwards in history while pressing down will move forward.
Diffstat (limited to 'doc/aerc.1.scd')
-rw-r--r-- | doc/aerc.1.scd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 0c5d7f5..44fb020 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -25,6 +25,10 @@ as the terminal emulator, '<c-x>' is used to bring up the command interface. Different commands work in different contexts, depending on the kind of tab you have selected. +Aerc stores a history of commands, which can be cycled through in command mode. +Pressing the up key cycles backwards in history, while pressing down cycles +forwards. + ## GLOBAL COMMANDS These commands work in any context. @@ -113,7 +117,7 @@ message list, the message in the message viewer, etc). *unread* Marks the selected message as unread. - + *-t*: Toggle the selected message between read and unread. *unsubscribe* |