diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-07-01 17:09:37 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-07-01 17:09:37 +0000 |
commit | 55e4beb8d821400c3c989aa694548d5aed4a536c (patch) | |
tree | 387a1618ba41b80d20057dfb331b7fe668621d81 /Doc/Zsh | |
parent | 041057687fc1d4a2f9912fcb86e04517686b3642 (diff) | |
download | zsh-55e4beb8d821400c3c989aa694548d5aed4a536c.tar.gz zsh-55e4beb8d821400c3c989aa694548d5aed4a536c.tar.xz zsh-55e4beb8d821400c3c989aa694548d5aed4a536c.zip |
27085: add accept-search handling to scrollist keymap
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/mod_complist.yo | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Zsh/mod_complist.yo b/Doc/Zsh/mod_complist.yo index 3b8baacad..0599b4738 100644 --- a/Doc/Zsh/mod_complist.yo +++ b/Doc/Zsh/mod_complist.yo @@ -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 |