mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-22 16:20:23 +02:00
27085: add accept-search handling to scrollist keymap
This commit is contained in:
parent
041057687f
commit
55e4beb8d8
3 changed files with 11 additions and 2 deletions
|
@ -193,6 +193,9 @@ xitem(tt(complete-word), tt(menu-complete), tt(expand-or-complete))
|
|||
item(tt(expand-or-complete-prefix), tt(menu-complete-or-expand))(
|
||||
scrolls forward one screenful
|
||||
)
|
||||
item(tt(accept-search))(
|
||||
stop listing but take no other action
|
||||
)
|
||||
enditem()
|
||||
|
||||
Every other character stops listing and immediately processes the key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue