From 5b061d74c20e153e166086f5c22ea62ef4f5a475 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 22 Sep 1999 13:22:05 +0000 Subject: zsh-workers/7998 --- Doc/Zsh/options.yo | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Doc') diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 3359630d8..d4d101b71 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -603,6 +603,19 @@ completion widgets to return status 1 on an ambiguous completion, which causes the shell to beep if the option tt(BEEP) is also set; this may be modified if completion is called from a user-defined widget. ) +pindex(LIST_PACKED) +cindex(completion, listing) +item(tt(LIST_PACKED))( +Try to make the completion list smaller (occupying less lines) by +printing the matches in columns with different widths. +) +pindex(LIST_ROWS_FIRST) +cindex(completion, listing order) +item(tt(LIST_ROWS_FIRST))( +Lay out the matches in completion lists sorted horizontally, that is, +the second match is to the right of the first one, not under it as +usual. +) pindex(LIST_TYPES) cindex(marking file types) cindex(files, marking type of) -- cgit 1.4.1