From d3620a02dfad71562320a90315175855b44ed4de Mon Sep 17 00:00:00 2001 From: Sven Wischnowsky Date: Thu, 11 May 2000 08:40:09 +0000 Subject: make ^G in menu-selection restore the old command line; add select=long* values for menu style to start menu-selection if list is too long for screen (11319) --- Doc/Zsh/compsys.yo | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Doc/Zsh/compsys.yo') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 395121f31..4c7e6dd6b 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1498,6 +1498,13 @@ it will be started only if at least that many matches are generated smallest one is taken). Starting menuselection can explicitly be turned off by defining a value containing the string `tt(no-select)'. + +There is also support to start menu-selection only when the list of +matches does not fit on the screen, turned on by using the string +`tt(select=long)' in the value. However, this will only start +menu-selection if the widget invoked does completion and not only +listing (like tt(delete-char-or-list)). To start menu-selection even +for such widgets one can include the string `tt(select=long-list)'. ) kindex(numbers, completion style) item(tt(numbers))( -- cgit 1.4.1