Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: menuselect and history
- X-seq: zsh-users 7399
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: menuselect and history
- Date: Fri, 23 Apr 2004 09:18:15 -0700
- In-reply-to: <20040423065642.21482.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20040423065642.21482.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
On Apr 22, 11:56pm, Felix Rosencrantz wrote:
>
> Thanks Bart. It looks like something I would want to use if it fully
> worked. It has the problem you mentioned, lines cannot be selected. It
> also seems to have a problem when a space is typed
i-c-w is completing a *word*, so when you type a space it thinks you're
at the end of the word and tries to accept a match or go on to the next
word's set of completions (which _history_select won't do, because it
only completes in the command position).
Messages sorted by:
Reverse Date,
Date,
Thread,
Author