diff options
author | Daniel Sockwell <daniel@codesections.com> | 2020-11-03 11:05:20 -0500 |
---|---|---|
committer | Reto Brunner <reto@labrat.space> | 2020-11-08 16:24:07 +0100 |
commit | a1467af03df18c01f7ac69f4bd787c53d2ff15f1 (patch) | |
tree | 1f0893beb4ec715fb6380ed8622dbf6cfa3a1b31 /doc | |
parent | f9bba3d17d4ac8c12e01adccc06566a46546e995 (diff) | |
download | aerc-a1467af03df18c01f7ac69f4bd787c53d2ff15f1.tar.gz |
Document pin-tab and unpin-tab commands 0.5.0
The `pin-tab` and `unpin-tab` global commands were added in 3156d48 but were not previously documented. This documents them in aerc.1. I added them with the other tab commands, which appeared to be grouped as a logical unit.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc.1.scd | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd index d77552f..389d7ed 100644 --- a/doc/aerc.1.scd +++ b/doc/aerc.1.scd @@ -78,6 +78,14 @@ These commands work in any context. Cycles to the previous or next tab in the list, repeating n times (default: 1). +*pin-tab* + Moves the current tab to the left of all non-pinned tabs and displays + the *pinned-tab-marker* (default: `) to the left of the tab title. + +*unpin-tab* + Removes the *pinned-tab-marker* from the current tab and returns the tab + to its previous location. + *prompt* <prompt> <command...> Displays the prompt on the status bar, waits for user input, then appends that input as the last argument to the command and executes it. The input is |