From 6058c8aab2ad67f1107310cc5fefff2835a1b07a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 7 Dec 2015 21:13:30 +0100 Subject: [PATCH] Regenerate docs. --- README.asciidoc | 1 + doc/help/settings.asciidoc | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 436f03409..10ea770dc 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -186,6 +186,7 @@ Contributors, sorted by the number of commits in descending order: * Corentin Jule * zwarag * xd1le +* dylan araps * Tim Harder * Thiago Barroso Perrotta * Samuel Loury diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index bb521816a..8b63eb9d5 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -118,6 +118,7 @@ |<>|Width of the progress indicator (0 to disable). |<>|Whether to open windows instead of tabs. |<>|The format to use for the tab title. The following placeholders are defined: +|<>|Alignment of the text inside of tabs |<>|Switch between tabs using the mouse wheel. |<>|Padding for tabs (top, bottom, left, right). |<>|Padding for indicators (top, bottom, left, right). @@ -1127,6 +1128,18 @@ The format to use for the tab title. The following placeholders are defined: Default: +pass:[{index}: {title}]+ +[[tabs-title-alignment]] +=== title-alignment +Alignment of the text inside of tabs + +Valid values: + + * +left+ + * +right+ + * +center+ + +Default: +pass:[left]+ + [[tabs-mousewheel-tab-switching]] === mousewheel-tab-switching Switch between tabs using the mouse wheel.