diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/mod_complist.yo | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/Zsh/mod_complist.yo b/Doc/Zsh/mod_complist.yo index 417234c00..3b8baacad 100644 --- a/Doc/Zsh/mod_complist.yo +++ b/Doc/Zsh/mod_complist.yo @@ -287,8 +287,9 @@ bottom line. The following zle functions have special meaning during menu selection: startitem() -item(tt(accept-line))( -accepts the current match and leaves menu selection +item(tt(accept-line), tt(accept-search))( +accept the current match and leave menu selection (but do +not cause the command line to be accepted) ) item(tt(send-break))( leaves menu selection and restores the previous contents of the |