diff --git a/README.asciidoc b/README.asciidoc index f342ba4a1..8669fdb36 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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 diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index f524cd7c4..f65f4ca7c 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -63,7 +63,8 @@ |<>|How to format timestamps (e.g. for history) |<>|Whether to show the autocompletion window. |<>|The height of the completion, in px or as percentage of the window. -|<>|How many commands to save in the history. +|<>|How many commands to save in the command history. +|<>|How many URLs to show in the web history. |<>|Whether to move on to the next part when there's only one possible completion left. |<>|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.