Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: more interactive menu completion
- X-seq: zsh-users 5773
- From: Borzenkov Andrey <Andrey.Borzenkov@xxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: RE: more interactive menu completion
- Date: Mon, 20 Jan 2003 18:13:28 +0300
- Importance: Normal
- In-reply-to: <15916.3294.277354.209012@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
> In the development version, there is also incremental mode of menu
> selection, see the docs for the `complist' module and for the new
> completion system (under the `menu' style).
>
Wow! It really works! May wonders never cease ...
For others, it refers to (quoting complist documentation):
viinsert
this toggles between normal and interactive mode; in interactive
mode the keys bound to self-insert and self-insert-unmeta insert
into the command line as in normal editing mode but without leaving
menu selection; after each character completion is tried again and
the list changes to contain only the new matches; the completion
widgets make the longest unambiguous string be inserted in the
command line and undo and backward-delete-char go back to the
previous set of matches
-andrey
Messages sorted by:
Reverse Date,
Date,
Thread,
Author