diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-06-26 11:07:42 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-06-26 11:07:42 +0000 |
commit | d28f67623f03ec9905e2e3f10b2f3dd7f61956ca (patch) | |
tree | 16c5640d9568a2b6d091f84d6c4b40f738efede0 /Doc/Zsh/compsys.yo | |
parent | 03105a5d6e148754606df7e654e98cce07ae00ac (diff) | |
download | zsh-d28f67623f03ec9905e2e3f10b2f3dd7f61956ca.tar.gz zsh-d28f67623f03ec9905e2e3f10b2f3dd7f61956ca.tar.xz zsh-d28f67623f03ec9905e2e3f10b2f3dd7f61956ca.zip |
two new modes for menu selection: incremental search and interactive (17366)
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index d93b691a2..323473dfd 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1824,6 +1824,13 @@ To turn on menu completion or menu selection when a certain number of matches is generated em(or) the list of matches does not fit onto the screen, both of `tt(yes=)' and `tt(select=)' can be given twice, once with a number and once with `tt(long)' or `tt(long-list)'. + +Finally, the two special modes of menu selection, namely interactive +mode and incremental search can be pre-selected with this style. By +including the word `tt(interactive)' in the value, interactive mode +will be entered immediately when menu selection is started and the +string `tt(search)' does the same for incremental search. To select +backward incremental search, include the string `tt(search-backward)'. ) kindex(muttrc, completion style) item(tt(muttrc))( |