Update docs/changelog
This commit is contained in:
parent
156f3a66cd
commit
e8b78de675
|
|
@ -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
|
||||
~~~~~
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -507,6 +507,8 @@ Default:
|
|||
* +pass:[<Ctrl-Y>]+: +pass:[rl-yank]+
|
||||
* +pass:[<Down>]+: +pass:[completion-item-focus --history next]+
|
||||
* +pass:[<Escape>]+: +pass:[leave-mode]+
|
||||
* +pass:[<PgDown>]+: +pass:[completion-item-focus next-page]+
|
||||
* +pass:[<PgUp>]+: +pass:[completion-item-focus prev-page]+
|
||||
* +pass:[<Return>]+: +pass:[command-accept]+
|
||||
* +pass:[<Shift-Delete>]+: +pass:[completion-item-del]+
|
||||
* +pass:[<Shift-Tab>]+: +pass:[completion-item-focus prev]+
|
||||
|
|
|
|||
Loading…
Reference in New Issue