Update docs
This commit is contained in:
parent
8d6b905f95
commit
9c76ce1255
@ -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
|
||||||
~~~~~~~
|
~~~~~~~
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user