diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-22 13:22:05 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-09-22 13:22:05 +0000 |
commit | 5b061d74c20e153e166086f5c22ea62ef4f5a475 (patch) | |
tree | c62d76bda037df99c54e20e4936a49c1c57c52cd /Doc | |
parent | 6276757fe911f692e5a6fdd192ae3ea768d8e359 (diff) | |
download | zsh-5b061d74c20e153e166086f5c22ea62ef4f5a475.tar.gz zsh-5b061d74c20e153e166086f5c22ea62ef4f5a475.tar.xz zsh-5b061d74c20e153e166086f5c22ea62ef4f5a475.zip |
zsh-workers/7998
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/options.yo | 13 |
1 files changed, 13 insertions, 0 deletions
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) |