Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: globbing index*
- X-seq: zsh-users 15855
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: zzapper <david@xxxxxxxxxx>
- Subject: Re: globbing index*
- Date: Wed, 9 Mar 2011 15:29:35 -0800
- Cc: zsh-users@xxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=bDiI9FvqhwG/iktfrHBtqVbuxXZsAGaKwWQr/ooQWDk=; b=araNzILnWtWNLJZqAH8PBccFrCcRk1fN0yDTahAvcGc5rrXkU8gjOwxohVnAl3B7Xf IWR4QI76sJ9CB1ioPve0cEeKF3pNhSEjvTQKyE4fHK1ZdzvXgfruzZ2Y0Y+5eMqn/G1S yGh5GvTgsSvAagY3rvMHPHpCwByJndILcMRRE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=wAQCWIoCIFBNhnhP9nr92yGyfmwgAuHstGg81wFZbp+m3ZkUED3000KfxTDY2mQEIh k2xvyXCIJ2DmBZLUt/7UPsywu072IWr/5YwF2ZDUbp5ZgRZjUcl5c4zAy46wOJ8jl3II quMcdatJJX258Ml3e1oKhyVWys7hN//50JPY4=
- In-reply-to: <Xns9EA1E1DE5F989zzappergmailcom@80.91.229.10>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <Xns9EA1E1DE5F989zzappergmailcom@80.91.229.10>
- Sender: 4wayned@xxxxxxxxx
On Mon, Mar 7, 2011 at 2:12 PM, zzapper <david@xxxxxxxxxx> wrote:
> so when I type
> > diff index*
> I can assume that I will get, (but it will always be as clear)
>
I have Ctrl-D bound to delete-char-or-list, so I just type Ctrl-D after some
glob* item to see what it will expand to (without changing the
command-line). The only bad thing is if I'm not at the end of the command
line it obviously will delete a character instead. Using tab-expansion
followed by undo (Ctrl-underscore) is useful when I'm in the middle of the
command.
..wayne..
Messages sorted by:
Reverse Date,
Date,
Thread,
Author