diff options
author | Jeffas <dev@jeffas.io> | 2020-03-07 16:42:41 +0000 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-03-09 09:31:02 -0400 |
commit | 3156d481feaffd2e6df6d860b980e9160b706e42 (patch) | |
tree | 82a6362a76015273a7a43105e15e7cdb41f96ada /doc | |
parent | 258a3f11ae379b96f4743d6d709b7c42bafd6dbc (diff) | |
download | aerc-3156d481feaffd2e6df6d860b980e9160b706e42.tar.gz |
Add pinned tabs
This adds the commands pin-tab and unpin-tab. Once pinned a tab lives on the left of the tabstrip and has a configurable marker, defaulting to ` before its name.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-config.5.scd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 687ea3a..36ac9c6 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -113,6 +113,11 @@ These options are configured in the *[ui]* section of aerc.conf. Default: true +*pinned-tab-marker* + Marker to show before a pinned tab's name. + + Default: ` + *spinner* Animation shown while loading, split by spinner-delimiter (below) |