Regenerate docs

This commit is contained in:
Florian Bruhin 2017-11-10 09:12:24 +01:00
parent 74af52a0c0
commit 9bb3f8d677

View File

@ -231,6 +231,8 @@
|<<tabs.close_mouse_button_on_bar,tabs.close_mouse_button_on_bar>>|How to behave when the close mouse button is pressed on the tab bar.
|<<tabs.favicons.scale,tabs.favicons.scale>>|Scaling factor for favicons in the tab bar.
|<<tabs.favicons.show,tabs.favicons.show>>|Show favicons in the tab bar.
|<<tabs.indicator.padding,tabs.indicator.padding>>|Padding (in pixels) for tab indicators.
|<<tabs.indicator.width,tabs.indicator.width>>|Width (in pixels) of the progress indicator (0 to disable).
|<<tabs.last_close,tabs.last_close>>|How to behave when the last tab is closed.
|<<tabs.mousewheel_switching,tabs.mousewheel_switching>>|Switch between tabs using the mouse wheel.
|<<tabs.new_position.related,tabs.new_position.related>>|Position of new tabs opened from another tab.
@ -245,8 +247,6 @@
|<<tabs.title.format,tabs.title.format>>|Format to use for the tab title.
|<<tabs.title.format_pinned,tabs.title.format_pinned>>|Format to use for the tab title for pinned tabs. The same placeholders like for `tabs.title.format` are defined.
|<<tabs.width,tabs.width>>|Width (in pixels or as percentage of the window) of the tab bar if it's vertical.
|<<tabs.indicator.width,tabs.indicator.width>>|Width (in pixels) of the progress indicator (0 to disable).
|<<tabs.indicator.padding,tabs.indicator.padding>>|Padding (in pixels) for tab indicators.
|<<tabs.wrap,tabs.wrap>>|Wrap when changing tabs.
|<<url.auto_search,url.auto_search>>|What search to start when something else than a URL is entered.
|<<url.default_page,url.default_page>>|Page to open if :open -t/-b/-w is used without URL.
@ -2703,8 +2703,8 @@ Type: <<types,Bool>>
Default: +pass:[true]+
[[tabs.indicator_padding]]
=== tabs.indicator_padding
[[tabs.indicator.padding]]
=== tabs.indicator.padding
Padding (in pixels) for tab indicators.
Type: <<types,Padding>>
@ -2716,6 +2716,14 @@ Default:
- +pass:[right]+: +pass:[4]+
- +pass:[top]+: +pass:[2]+
[[tabs.indicator.width]]
=== tabs.indicator.width
Width (in pixels) of the progress indicator (0 to disable).
Type: <<types,Int>>
Default: +pass:[3]+
[[tabs.last_close]]
=== tabs.last_close
How to behave when the last tab is closed.
@ -2887,22 +2895,14 @@ Type: <<types,FormatString>>
Default: +pass:[{index}]+
[[tabs.width.bar]]
=== tabs.width.bar
[[tabs.width]]
=== tabs.width
Width (in pixels or as percentage of the window) of the tab bar if it's vertical.
Type: <<types,PercOrInt>>
Default: +pass:[20%]+
[[tabs.width.indicator]]
=== tabs.width.indicator
Width (in pixels) of the progress indicator (0 to disable).
Type: <<types,Int>>
Default: +pass:[3]+
[[tabs.wrap]]
=== tabs.wrap
Wrap when changing tabs.