Regenerate docs.
This commit is contained in:
parent
833830d5e9
commit
a857b9a638
@ -136,6 +136,7 @@ Contributors, sorted by the number of commits in descending order:
|
||||
* ZDarian
|
||||
* Peter Vilim
|
||||
* John ShaggyTwoDope Jenkins
|
||||
* Jimmy
|
||||
* rikn00
|
||||
* Patric Schmitz
|
||||
* Martin Zimmermann
|
||||
|
@ -63,7 +63,8 @@
|
||||
|<<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-history-length,history-length>>|How many commands to save in the 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-quick-complete,quick-complete>>|Whether to move on to the next part when there's only one possible completion left.
|
||||
|<<completion-shrink,shrink>>|Whether to shrink the completion to be smaller than the configured size if there are no scrollbars.
|
||||
|==============
|
||||
@ -639,14 +640,22 @@ The height of the completion, in px or as percentage of the window.
|
||||
|
||||
Default: +pass:[50%]+
|
||||
|
||||
[[completion-history-length]]
|
||||
=== history-length
|
||||
How many commands to save in the history.
|
||||
[[completion-cmd-history-max-items]]
|
||||
=== cmd-history-max-items
|
||||
How many commands to save in the command history.
|
||||
|
||||
0: no history / -1: unlimited
|
||||
|
||||
Default: +pass:[100]+
|
||||
|
||||
[[completion-web-history-max-items]]
|
||||
=== web-history-max-items
|
||||
How many URLs to show in the web history.
|
||||
|
||||
0: no history / -1: unlimited
|
||||
|
||||
Default: +pass:[1000]+
|
||||
|
||||
[[completion-quick-complete]]
|
||||
=== quick-complete
|
||||
Whether to move on to the next part when there's only one possible completion left.
|
||||
|
Loading…
Reference in New Issue
Block a user