Update docs

This commit is contained in:
Florian Bruhin 2016-06-08 11:22:54 +02:00
parent a870a2888f
commit af653e7cce
3 changed files with 7 additions and 1 deletions

View File

@ -34,6 +34,7 @@ Added
pressed. This can be turned off using `:set ui keyhint-blacklist *`. pressed. This can be turned off using `:set ui keyhint-blacklist *`.
- New `hints -> auto-follow-timeout` setting to ignore keypresses after - New `hints -> auto-follow-timeout` setting to ignore keypresses after
following a hint when filtering in number mode. following a hint when filtering in number mode.
- New `:history-clear` command to clear the entire history
Changed Changed
~~~~~~~ ~~~~~~~

View File

@ -188,6 +188,7 @@ Contributors, sorted by the number of commits in descending order:
* sbinix * sbinix
* neeasade * neeasade
* jnphilipp * jnphilipp
* Tomasz Kramkowski
* Tobias Patzl * Tobias Patzl
* Stefan Tatschner * Stefan Tatschner
* Peter Michely * Peter Michely
@ -211,7 +212,6 @@ Contributors, sorted by the number of commits in descending order:
* evan * evan
* dylan araps * dylan araps
* Xitian9 * Xitian9
* Tomasz Kramkowski
* Tomas Orsava * Tomas Orsava
* Tobias Werth * Tobias Werth
* Tim Harder * Tim Harder

View File

@ -26,6 +26,7 @@
|<<fullscreen,fullscreen>>|Toggle fullscreen mode. |<<fullscreen,fullscreen>>|Toggle fullscreen mode.
|<<help,help>>|Show help about a command or setting. |<<help,help>>|Show help about a command or setting.
|<<hint,hint>>|Start hinting. |<<hint,hint>>|Start hinting.
|<<history-clear,history-clear>>|Clear all history entries.
|<<home,home>>|Open main startpage in current tab. |<<home,home>>|Open main startpage in current tab.
|<<inspector,inspector>>|Toggle the web inspector. |<<inspector,inspector>>|Toggle the web inspector.
|<<jseval,jseval>>|Evaluate a JavaScript string. |<<jseval,jseval>>|Evaluate a JavaScript string.
@ -356,6 +357,10 @@ Start hinting.
==== note ==== note
* This command does not split arguments after the last argument and handles quotes literally. * This command does not split arguments after the last argument and handles quotes literally.
[[history-clear]]
=== history-clear
Clear all history entries.
[[home]] [[home]]
=== home === home
Open main startpage in current tab. Open main startpage in current tab.