Regenerate docs.
This commit is contained in:
parent
0d93d1eaff
commit
ad53950e28
@ -130,6 +130,7 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
// QUTE_AUTHORS_START
|
// QUTE_AUTHORS_START
|
||||||
* Florian Bruhin
|
* Florian Bruhin
|
||||||
* Claude
|
* Claude
|
||||||
|
* ZDarian
|
||||||
* Peter Vilim
|
* Peter Vilim
|
||||||
* John ShaggyTwoDope Jenkins
|
* John ShaggyTwoDope Jenkins
|
||||||
* rikn00
|
* rikn00
|
||||||
|
@ -372,7 +372,7 @@ Syntax: +:set [*--temp*] ['section'] ['option'] ['value']+
|
|||||||
|
|
||||||
Set an option.
|
Set an option.
|
||||||
|
|
||||||
If the option name ends with '?', the value of the option is shown instead.
|
If the option name ends with '?', the value of the option is shown instead. If the option name ends with '!' and it is a boolean value, toggle it.
|
||||||
|
|
||||||
==== positional arguments
|
==== positional arguments
|
||||||
* +'section'+: The section where the option is in.
|
* +'section'+: The section where the option is in.
|
||||||
|
@ -82,7 +82,8 @@
|
|||||||
|<<tabs-new-tab-position,new-tab-position>>|How new tabs are positioned.
|
|<<tabs-new-tab-position,new-tab-position>>|How new tabs are positioned.
|
||||||
|<<tabs-new-tab-position-explicit,new-tab-position-explicit>>|How new tabs opened explicitely are positioned.
|
|<<tabs-new-tab-position-explicit,new-tab-position-explicit>>|How new tabs opened explicitely are positioned.
|
||||||
|<<tabs-last-close,last-close>>|Behaviour when the last tab is closed.
|
|<<tabs-last-close,last-close>>|Behaviour when the last tab is closed.
|
||||||
|<<tabs-auto-hide,auto-hide>>|Hide the tabbar if only one tab is open.
|
|<<tabs-hide-auto,hide-auto>>|Hide the tabbar if only one tab is open.
|
||||||
|
|<<tabs-hide-always,hide-always>>|Always hide the tabbar.
|
||||||
|<<tabs-wrap,wrap>>|Whether to wrap when changing tabs.
|
|<<tabs-wrap,wrap>>|Whether to wrap when changing tabs.
|
||||||
|<<tabs-movable,movable>>|Whether tabs should be movable.
|
|<<tabs-movable,movable>>|Whether tabs should be movable.
|
||||||
|<<tabs-close-mouse-button,close-mouse-button>>|On which mouse button to close tabs.
|
|<<tabs-close-mouse-button,close-mouse-button>>|On which mouse button to close tabs.
|
||||||
@ -718,8 +719,8 @@ Valid values:
|
|||||||
|
|
||||||
Default: +pass:[ignore]+
|
Default: +pass:[ignore]+
|
||||||
|
|
||||||
[[tabs-auto-hide]]
|
[[tabs-hide-auto]]
|
||||||
=== auto-hide
|
=== hide-auto
|
||||||
Hide the tabbar if only one tab is open.
|
Hide the tabbar if only one tab is open.
|
||||||
|
|
||||||
Valid values:
|
Valid values:
|
||||||
@ -729,6 +730,17 @@ Valid values:
|
|||||||
|
|
||||||
Default: +pass:[false]+
|
Default: +pass:[false]+
|
||||||
|
|
||||||
|
[[tabs-hide-always]]
|
||||||
|
=== hide-always
|
||||||
|
Always hide the tabbar.
|
||||||
|
|
||||||
|
Valid values:
|
||||||
|
|
||||||
|
* +true+
|
||||||
|
* +false+
|
||||||
|
|
||||||
|
Default: +pass:[false]+
|
||||||
|
|
||||||
[[tabs-wrap]]
|
[[tabs-wrap]]
|
||||||
=== wrap
|
=== wrap
|
||||||
Whether to wrap when changing tabs.
|
Whether to wrap when changing tabs.
|
||||||
|
Loading…
Reference in New Issue
Block a user