Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh: complete $PATH specs / emacs keybindings when editor is vi



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