Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh: complete $PATH specs / emacs keybindings when editor is vi
- X-seq: zsh-users 12880
- From: "Edd Barrett" <vext01@xxxxxxxxx>
- To: "Peter Stephenson" <pws@xxxxxxx>
- Subject: Re: zsh: complete $PATH specs / emacs keybindings when editor is vi
- Date: Thu, 29 May 2008 10:52:12 +0100
- Cc: zsh-users@xxxxxxxxxx
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=QYzSzpWJ930N0jsmCBd4WieZzdu1YPmge3ojoy3yHH4=; b=r/fuYFKYJfzkwZY5gmMTIredi0qmHk2U1xmteurFGphOvzHBmH4s93JyM2PvB1eUfKCyW7xff1plvv7IfPgMzKKXUhfyzpm4ltVWuvAEpwX4Il+uw1NZgUp1+7J1/bWQWRuTaVvC0em/WyrEn418RgamBVMwJa0rRlSBj2BCAC8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=criUP7F0a4QLD7fhLPgJ0/cjd6kyoQZJcvMqNVCFu+Zvi/t8BnWcJ1vKrZU4BD+7iDQYBSO/ysmrhfsK2kPn9FNmaGgtTTIrMHAQlU0DV3qbz0PPlZy+aK60PxRaAHMeTB8cT+6wO1oFd6pvXMGmcFZxqTb363XjtJk7PGKHWqE=
- In-reply-to: <200805290942.m4T9gN3j012802@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <a6e8c1d0805290233l1aef207ap2509b2d48dff1e83@xxxxxxxxxxxxxx> <200805290942.m4T9gN3j012802@xxxxxxxxxxxxxx>
Hi,
On Thu, May 29, 2008 at 10:42 AM, Peter Stephenson <pws@xxxxxxx> wrote:
> "Edd Barrett" wrote:
>> 1) Can zsh expand paths separated by colons. This is useful when
>> setting PAT, MANPATH, LD_LIBRARY_PATH etc.
>>
>> for example:
>> export PATH=$PATH:/usr/local/b<TAB>
>> should expand to:
>> export PATH=$PATH:/usr/local/bin/
>
> As Mikael said, the new completion system will handle this: either
> "autoload -U compinit; compinit" in .zshrc
Works great! Thanks
Peter's bindkey suggestion also works great for me.
Thankyou
--
Best Regards
Edd
http://students.dec.bournemouth.ac.uk/ebarrett
Messages sorted by:
Reverse Date,
Date,
Thread,
Author