From 49038aa2eb9748dacf0bc8fd8477f1569a8672d8 Mon Sep 17 00:00:00 2001 From: inwit Date: Thu, 13 Oct 2022 12:15:36 +0200 Subject: [PATCH] docs: document existing command aliases Almost no command aliases were documented. Fix that. Signed-off-by: Inwit Acked-by: Robin Jarry --- doc/aerc.1.scd | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index 3b771ea..d416e07 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -70,6 +70,7 @@ These commands work in any context. *$PATH*., the command will not be registered. *change-tab* [+|-] +*ct* [+|-] Changes the focus to the tab with the given name. If a number is given, it's treated as an index. If + or - is specified, the number is interpreted as a delta from the selected tab. @@ -95,6 +96,7 @@ These commands work in any context. Use :set ui.index-format after. *term* [command...] +*terminal* Opens a new terminal tab with a shell running in the current working directory, or the specified command. @@ -124,6 +126,7 @@ These commands work in any context. Prompts the user to choose from various options. *quit* [-f] +*exit* [-f] Exits aerc. If a task is being performed that should not be interrupted (like sending a message), a normal quit call might fail. In this case, closing aerc can be forced with the -f option. @@ -149,12 +152,14 @@ message list, the message in the message viewer, etc). Accepts an iCalendar meeting invitation tentatively. *copy* +*cp* Copies the selected message to the target folder. *decline* Declines an iCalendar meeting invitation. *delete* +*delete-message* Deletes the selected message. *recall* [-f] @@ -179,6 +184,7 @@ message list, the message in the message viewer, etc). _aerc.conf_. *move* +*mv* Moves the selected message to the target folder. *pipe* [-bmp] @@ -317,6 +323,7 @@ message list, the message in the message viewer, etc). user sees them. *next* [%], *prev* [%] +*next-message* [%], *prev-message* [%] Selects the next (or previous) message in the message list. If specified as a percentage, the percentage is applied to the number of messages shown on screen and the cursor advances that far. @@ -344,6 +351,7 @@ message list, the message in the message viewer, etc). Refer to *aerc-search*(1) for details *select* +*select-message* Selects the nth message in the message list (and scrolls it into view if necessary). @@ -376,6 +384,7 @@ message list, the message in the message viewer, etc). Toggles between message threading and the normal message list. *view* [-p] +*view-message* [-p] Opens the message viewer to display the selected message. If the peek flag -p is set, the message will not be marked as "seen" and ignores the "auto-mark-read" config.