Update docs

This commit is contained in:
Florian Bruhin 2016-08-16 13:31:41 +02:00
parent 8d6b905f95
commit 9c76ce1255
2 changed files with 5 additions and 1 deletions

View File

@ -32,6 +32,8 @@ Added
in rapid mode. in rapid mode.
- New `{clipboard}` and `{primary}` replacements for the commandline which - New `{clipboard}` and `{primary}` replacements for the commandline which
replace the `:paste` command. replace the `:paste` command.
- New `:insert-text` command to insert a given text into a field on the page,
which replaces `:paste-primary` together with the `{primary}` replacement.
- New `:window-only` command to close all other windows. - New `:window-only` command to close all other windows.
- New `prev-category` and `next-category` arguments to `:completion-item-focus` - New `prev-category` and `next-category` arguments to `:completion-item-focus`
to focus the previous/next category in the completion (bound to `<Ctrl-Tab>` to focus the previous/next category in the completion (bound to `<Ctrl-Tab>`
@ -80,6 +82,8 @@ Deprecated
- The `:paste` command got deprecated as `:open` with `{clipboard}` and - The `:paste` command got deprecated as `:open` with `{clipboard}` and
`{primary}` can be used instead. `{primary}` can be used instead.
- The `:paste-primary` command got deprecated as `:insert-text {primary}` can
be used instead.
Removed Removed
~~~~~~~ ~~~~~~~

View File

@ -145,8 +145,8 @@ Contributors, sorted by the number of commits in descending order:
* Jakub Klinkovský * Jakub Klinkovský
* Antoni Boucher * Antoni Boucher
* Lamar Pavel * Lamar Pavel
* Bruno Oliveira
* Jan Verbeek * Jan Verbeek
* Bruno Oliveira
* Alexander Cogneau * Alexander Cogneau
* Marshall Lochbaum * Marshall Lochbaum
* Felix Van der Jeugt * Felix Van der Jeugt