Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Menu selection and added space again
- X-seq: zsh-workers 13205
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: Re: Menu selection and added space again
- Date: Tue, 28 Nov 2000 11:02:10 +0100 (MET)
- In-reply-to: "Andrej Borsenkow"'s message of Tue, 28 Nov 2000 12:53:08 +0300
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
Andrej Borsenkow wrote:
> I needed to quickly diff two files; what I did was
>
> gdiff -u s/s/nssw/wb_TAB
>
> that resulted in
>
> bor@itsrm2% gdiff -u samba-2.2.0-alpha1/source/nsswitch/wb_common.c
> Completing original file
> wb_client.c wb_common.c wb_common.c.org winbindd_cache.c
>
> I moved to wb_common and simply hit `{.org,}', that gave me command line
>
> bor@itsrm2% gdiff -u samba-2.2.0-alpha1/source/nsswitch/wb_common.c {.org,}
>
> note the space before `{'.
>
> May be, it is misuse of completion - but I do it often in cases like above.
How about:
bindkey -s -M menuselect '{' '\C-h{'
?
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author