Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Few newbie questions..
- X-seq: zsh-users 4150
- From: Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Few newbie questions..
- Date: Mon, 20 Aug 2001 14:19:12 +0200
- In-reply-to: <20010820115952.3908.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <1010817152232.ZM13975@xxxxxxxxxxxxxxxxxxxxxxx> <20010820115952.3908.qmail@xxxxxxxxxxxxxxxxxxxxxxx>
Jukka Lehti wrote:
> Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> > On Aug 17, 3:55am, Jukka Lehti wrote:
> > }
> > } How I can make zsh3 add slash when doing:
> > } cd ..[TAB]? bash does this automatically and IMHO
> > } it's really useful.
> > compctl -g '*(/)' + -x 'S[..]' -k '(..)' -qS/ -- cd
>
> Hmm, it seems that cd ../..<TAB> doesn't work. I can't
> figure out why?
Replace the above with:
compctl -g "*(-/) .." cd
or start using the new completion system and look at the
`special-dirs' style.
Bye
Sven
--
Sven Wischnowsky wischnow@xxxxxxxxxxxxxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author