Update docs

This commit is contained in:
Florian Bruhin 2017-03-08 19:23:01 +01:00
parent eb2888a957
commit 685393c289
3 changed files with 11 additions and 1 deletions

View File

@ -17,6 +17,11 @@ This project adheres to http://semver.org/[Semantic Versioning].
v0.11.0 (unreleased)
--------------------
Added
~~~~~
- New `:clear-messages` command to clear shown messages.
Changed
~~~~~~~

View File

@ -205,6 +205,7 @@ Contributors, sorted by the number of commits in descending order:
* David Vogt
* Claire Cavanaugh
* rikn00
* pkill9
* kanikaa1234
* haitaka
* Nick Ginther
@ -234,7 +235,6 @@ Contributors, sorted by the number of commits in descending order:
* Ismail
* Edgar Hipp
* Daryl Finlay
* pkill9
* arza
* adam
* Samir Benmendil

View File

@ -995,6 +995,7 @@ How many steps to zoom out.
|==============
|Command|Description
|<<clear-keychain,clear-keychain>>|Clear the currently entered key chain.
|<<clear-messages,clear-messages>>|Clear all message notifications.
|<<click-element,click-element>>|Click the element matching the given filter.
|<<command-accept,command-accept>>|Execute the command currently in the commandline.
|<<command-history-next,command-history-next>>|Go forward in the commandline history.
@ -1059,6 +1060,10 @@ How many steps to zoom out.
=== clear-keychain
Clear the currently entered key chain.
[[clear-messages]]
=== clear-messages
Clear all message notifications.
[[click-element]]
=== click-element
Syntax: +:click-element [*--target* 'target'] [*--force-event*] 'filter' 'value'+