aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Sockwell <daniel@codesections.com>2020-11-03 11:05:20 -0500
committerReto Brunner <reto@labrat.space>2020-11-08 16:24:07 +0100
commita1467af03df18c01f7ac69f4bd787c53d2ff15f1 (patch)
tree1f0893beb4ec715fb6380ed8622dbf6cfa3a1b31
parentf9bba3d17d4ac8c12e01adccc06566a46546e995 (diff)
downloadaerc-a1467af03df18c01f7ac69f4bd787c53d2ff15f1.tar.gz
aerc-a1467af03df18c01f7ac69f4bd787c53d2ff15f1.zip
Document pin-tab and unpin-tab commands0.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.
-rw-r--r--doc/aerc.1.scd8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/aerc.1.scd b/doc/aerc.1.scd
index d77552f3..389d7ed0 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