Update docs

This commit is contained in:
Florian Bruhin 2018-02-20 17:23:24 +01:00
parent 9685445559
commit f8b1e7739d

View File

@ -274,7 +274,8 @@ Set all settings back to their default.
[[config-cycle]] [[config-cycle]]
=== config-cycle === config-cycle
Syntax: +:config-cycle [*--temp*] [*--print*] 'option' ['values' ['values' ...]]+ Syntax: +:config-cycle [*--url* 'url'] [*--temp*] [*--print*]
'option' ['values' ['values' ...]]+
Cycle an option between multiple values. Cycle an option between multiple values.
@ -283,6 +284,7 @@ Cycle an option between multiple values.
* +'values'+: The values to cycle through. * +'values'+: The values to cycle through.
==== optional arguments ==== optional arguments
* +*-u*+, +*--url*+: The URL pattern to use.
* +*-t*+, +*--temp*+: Set value temporarily until qutebrowser is closed. * +*-t*+, +*--temp*+: Set value temporarily until qutebrowser is closed.
* +*-p*+, +*--print*+: Print the value after setting. * +*-p*+, +*--print*+: Print the value after setting.
@ -1110,7 +1112,7 @@ Save a session.
[[set]] [[set]]
=== set === set
Syntax: +:set [*--temp*] [*--print*] ['option'] ['value']+ Syntax: +:set [*--temp*] [*--print*] [*--url* 'url'] ['option'] ['value']+
Set an option. Set an option.
@ -1123,6 +1125,7 @@ If the option name ends with '?', the value of the option is shown instead. Usin
==== optional arguments ==== optional arguments
* +*-t*+, +*--temp*+: Set value temporarily until qutebrowser is closed. * +*-t*+, +*--temp*+: Set value temporarily until qutebrowser is closed.
* +*-p*+, +*--print*+: Print the value after setting. * +*-p*+, +*--print*+: Print the value after setting.
* +*-u*+, +*--url*+: The URL pattern to use.
[[set-cmd-text]] [[set-cmd-text]]
=== set-cmd-text === set-cmd-text