Update docs
This commit is contained in:
parent
b9282587d0
commit
343630ef46
@ -101,6 +101,8 @@ Changed
|
|||||||
- `tabs -> title-format` now treats an empty string as valid.
|
- `tabs -> title-format` now treats an empty string as valid.
|
||||||
- Bindings for `:`, `/` and `?` are now configured explicitly and not hardcoded
|
- Bindings for `:`, `/` and `?` are now configured explicitly and not hardcoded
|
||||||
anymore.
|
anymore.
|
||||||
|
- The `completion -> show` setting can now be set to `always`, `auto` or
|
||||||
|
`never`.
|
||||||
|
|
||||||
Deprecated
|
Deprecated
|
||||||
~~~~~~~~~~
|
~~~~~~~~~~
|
||||||
@ -120,6 +122,8 @@ Removed
|
|||||||
- The `ui -> hide-mouse-cursor` setting since it was completely broken and
|
- The `ui -> hide-mouse-cursor` setting since it was completely broken and
|
||||||
nobody seemed to care.
|
nobody seemed to care.
|
||||||
- The `hints -> opacity` setting - see the "Changed" section for details.
|
- The `hints -> opacity` setting - see the "Changed" section for details.
|
||||||
|
- The `completion -> auto-open` setting got merged into `completion -> show` and
|
||||||
|
thus removed.
|
||||||
|
|
||||||
Fixed
|
Fixed
|
||||||
~~~~~
|
~~~~~
|
||||||
|
@ -146,9 +146,9 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Antoni Boucher
|
* Antoni Boucher
|
||||||
* Lamar Pavel
|
* Lamar Pavel
|
||||||
* Jan Verbeek
|
* Jan Verbeek
|
||||||
|
* Marshall Lochbaum
|
||||||
* Bruno Oliveira
|
* Bruno Oliveira
|
||||||
* Alexander Cogneau
|
* Alexander Cogneau
|
||||||
* Marshall Lochbaum
|
|
||||||
* Felix Van der Jeugt
|
* Felix Van der Jeugt
|
||||||
* Martin Tournoij
|
* Martin Tournoij
|
||||||
* Raphael Pierzina
|
* Raphael Pierzina
|
||||||
|
@ -74,10 +74,9 @@
|
|||||||
[options="header",width="75%",cols="25%,75%"]
|
[options="header",width="75%",cols="25%,75%"]
|
||||||
|==============
|
|==============
|
||||||
|Setting|Description
|
|Setting|Description
|
||||||
|<<completion-auto-open,auto-open>>|Automatically open completion when typing.
|
|<<completion-show,show>>|When to show the autocompletion window.
|
||||||
|<<completion-download-path-suggestion,download-path-suggestion>>|What to display in the download filename input.
|
|<<completion-download-path-suggestion,download-path-suggestion>>|What to display in the download filename input.
|
||||||
|<<completion-timestamp-format,timestamp-format>>|How to format timestamps (e.g. for history)
|
|<<completion-timestamp-format,timestamp-format>>|How to format timestamps (e.g. for history)
|
||||||
|<<completion-show,show>>|Whether to show the autocompletion window.
|
|
||||||
|<<completion-height,height>>|The height of the completion, in px or as percentage of the window.
|
|<<completion-height,height>>|The height of the completion, in px or as percentage of the window.
|
||||||
|<<completion-cmd-history-max-items,cmd-history-max-items>>|How many commands to save in the command history.
|
|<<completion-cmd-history-max-items,cmd-history-max-items>>|How many commands to save in the command history.
|
||||||
|<<completion-web-history-max-items,web-history-max-items>>|How many URLs to show in the web history.
|
|<<completion-web-history-max-items,web-history-max-items>>|How many URLs to show in the web history.
|
||||||
@ -803,16 +802,17 @@ This setting is only available with the QtWebKit backend.
|
|||||||
== completion
|
== completion
|
||||||
Options related to completion and command history.
|
Options related to completion and command history.
|
||||||
|
|
||||||
[[completion-auto-open]]
|
[[completion-show]]
|
||||||
=== auto-open
|
=== show
|
||||||
Automatically open completion when typing.
|
When to show the autocompletion window.
|
||||||
|
|
||||||
Valid values:
|
Valid values:
|
||||||
|
|
||||||
* +true+
|
* +always+: Whenever a completion is available.
|
||||||
* +false+
|
* +auto+: Whenever a completion is requested.
|
||||||
|
* +never+: Never.
|
||||||
|
|
||||||
Default: +pass:[true]+
|
Default: +pass:[always]+
|
||||||
|
|
||||||
[[completion-download-path-suggestion]]
|
[[completion-download-path-suggestion]]
|
||||||
=== download-path-suggestion
|
=== download-path-suggestion
|
||||||
@ -832,17 +832,6 @@ How to format timestamps (e.g. for history)
|
|||||||
|
|
||||||
Default: +pass:[%Y-%m-%d]+
|
Default: +pass:[%Y-%m-%d]+
|
||||||
|
|
||||||
[[completion-show]]
|
|
||||||
=== show
|
|
||||||
Whether to show the autocompletion window.
|
|
||||||
|
|
||||||
Valid values:
|
|
||||||
|
|
||||||
* +true+
|
|
||||||
* +false+
|
|
||||||
|
|
||||||
Default: +pass:[true]+
|
|
||||||
|
|
||||||
[[completion-height]]
|
[[completion-height]]
|
||||||
=== height
|
=== height
|
||||||
The height of the completion, in px or as percentage of the window.
|
The height of the completion, in px or as percentage of the window.
|
||||||
|
Loading…
Reference in New Issue
Block a user