diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 2c77b0b76..4fca0a272 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -1553,6 +1553,7 @@ These commands are mainly intended for debugging. They are hidden if qutebrowser |<>|Clear remembered SSL error answers. |<>|Show the debugging console. |<>|Crash for debugging purposes. +|<>|Dump the history to a file in the old pre-SQL format. |<>|Dump the current page's content to a file. |<>|Change the number of log lines to be stored in RAM. |<>|Change the log filter for console logging. @@ -1587,6 +1588,15 @@ Crash for debugging purposes. ==== positional arguments * +'typ'+: either 'exception' or 'segfault'. +[[debug-dump-history]] +=== debug-dump-history +Syntax: +:debug-dump-history 'dest'+ + +Dump the history to a file in the old pre-SQL format. + +==== positional arguments +* +'dest'+: Where to write the file to. + [[debug-dump-page]] === debug-dump-page Syntax: +:debug-dump-page [*--plain*] 'dest'+ diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index 9ba64aecc..92bc918e1 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -899,7 +899,7 @@ How many URLs to show in the web history. 0: no history / -1: unlimited -Default: +pass:[1000]+ +Default: +pass:[-1]+ [[completion-quick-complete]] === quick-complete