Document pin-tab and unpin-tab commands
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.
This commit is contained in:
parent
f9bba3d17d
commit
a1467af03d
|
@ -78,6 +78,14 @@ These commands work in any context.
|
||||||
Cycles to the previous or next tab in the list, repeating n times
|
Cycles to the previous or next tab in the list, repeating n times
|
||||||
(default: 1).
|
(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...>
|
*prompt* <prompt> <command...>
|
||||||
Displays the prompt on the status bar, waits for user input, then appends
|
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
|
that input as the last argument to the command and executes it. The input is
|
||||||
|
|
Loading…
Reference in New Issue