From 8635c70fda20b91f97c42f4e23e97bc01a14a89d Mon Sep 17 00:00:00 2001 From: Galen Abell Date: Tue, 23 Jul 2019 12:52:33 -0400 Subject: 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. --- doc/aerc.1.scd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 0c5d7f54..44fb020f 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -25,6 +25,10 @@ as the terminal emulator, '' 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* -- cgit