Update docs/changelog

This commit is contained in:
Florian Bruhin 2020-08-05 19:45:41 +02:00
parent 156f3a66cd
commit e8b78de675
3 changed files with 7 additions and 1 deletions

View File

@ -49,6 +49,8 @@ Changed
fragments from the current URL.
- When attempting to download a file to a location for which there's already a
still-running download, a confirmation prompt is now displayed.
- `:completion-item-focus` now understands `next-page` and `prev-page` with
corresponding `<PgDown>` / `<PgUp>` default bindings.
Added
~~~~~

View File

@ -1665,7 +1665,9 @@ Syntax: +:completion-item-focus [*--history*] 'which'+
Shift the focus of the completion menu to another item.
==== positional arguments
* +'which'+: 'next', 'prev', 'next-category', or 'prev-category'.
* +'which'+: 'next', 'prev', 'next-category', 'prev-category',
'next-page', or 'prev-page'.
==== optional arguments
* +*-H*+, +*--history*+: Navigate through command history if no text was typed.

View File

@ -507,6 +507,8 @@ Default:
* +pass:[&lt;Ctrl-Y&gt;]+: +pass:[rl-yank]+
* +pass:[&lt;Down&gt;]+: +pass:[completion-item-focus --history next]+
* +pass:[&lt;Escape&gt;]+: +pass:[leave-mode]+
* +pass:[&lt;PgDown&gt;]+: +pass:[completion-item-focus next-page]+
* +pass:[&lt;PgUp&gt;]+: +pass:[completion-item-focus prev-page]+
* +pass:[&lt;Return&gt;]+: +pass:[command-accept]+
* +pass:[&lt;Shift-Delete&gt;]+: +pass:[completion-item-del]+
* +pass:[&lt;Shift-Tab&gt;]+: +pass:[completion-item-focus prev]+