Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: simple question about completion and case
- X-seq: zsh-users 8051
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: simple question about completion and case
- Date: Mon, 11 Oct 2004 15:31:13 -0700 (PDT)
- Cc: William Scott <wgscott@xxxxxxxxxxxxxxxxxx>
- In-reply-to: <Pine.GSO.4.43.0410091342180.1168-100000@xxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <Pine.GSO.4.43.0410091342180.1168-100000@xxxxxxxxxxxxxxxxx>
- Reply-to: zsh-users@xxxxxxxxxx
On Sat, 9 Oct 2004, William Scott wrote:
> I would like to be able to type
>
> open -a preview
>
> and have it corrected to
>
> open -a Preview
>
> Is there a way to do so for the open command and not globally?
Not without using the function-based completion system, and not easily
without typing something (e.g. a TAB) to invoke the correction before you
press the return key to accept the command.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author