diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 10ad1369a..a2b5ebc02 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -34,6 +34,7 @@ Added pressed. This can be turned off using `:set ui keyhint-blacklist *`. - New `hints -> auto-follow-timeout` setting to ignore keypresses after following a hint when filtering in number mode. +- New `:history-clear` command to clear the entire history Changed ~~~~~~~ diff --git a/README.asciidoc b/README.asciidoc index ecf88893d..2f63f11d1 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -188,6 +188,7 @@ Contributors, sorted by the number of commits in descending order: * sbinix * neeasade * jnphilipp +* Tomasz Kramkowski * Tobias Patzl * Stefan Tatschner * Peter Michely @@ -211,7 +212,6 @@ Contributors, sorted by the number of commits in descending order: * evan * dylan araps * Xitian9 -* Tomasz Kramkowski * Tomas Orsava * Tobias Werth * Tim Harder diff --git a/doc/help/commands.asciidoc b/doc/help/commands.asciidoc index 91567197b..9c9c5b468 100644 --- a/doc/help/commands.asciidoc +++ b/doc/help/commands.asciidoc @@ -26,6 +26,7 @@ |<>|Toggle fullscreen mode. |<>|Show help about a command or setting. |<>|Start hinting. +|<>|Clear all history entries. |<>|Open main startpage in current tab. |<>|Toggle the web inspector. |<>|Evaluate a JavaScript string. @@ -356,6 +357,10 @@ Start hinting. ==== note * This command does not split arguments after the last argument and handles quotes literally. +[[history-clear]] +=== history-clear +Clear all history entries. + [[home]] === home Open main startpage in current tab.