Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zsh: complete $PATH specs / emacs keybindings when editor is vi
- X-seq: zsh-users 12877
- From: "Edd Barrett" <vext01@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: zsh: complete $PATH specs / emacs keybindings when editor is vi
- Date: Thu, 29 May 2008 10:33:05 +0100
- 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:mime-version:content-type:content-transfer-encoding:content-disposition; bh=yqrnSERGyhMKM1DxwMz3VtoQH4dT/pCWZSQB4TvObIg=; b=r0xmGb0GYMO+CeltZw1umNm1w9CBvqqb/Pm7/N+RKev80P5uugETRZiDh8sGjmvmYMz1u5KwtANMKkM7ZXING8KQvo3KTxdNOn7U63g8II99aikv2cXMVbRmUdN9HDBf/3DYvO62Tgtl2oyWW5b0C98HuBc4UfnkGE28sxRfyJY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Lj4AC+YWKVgczWgdPaAzhk3kns/lA7/zWvXdDS1SLPEUhb85RWn5DUTScqmL7s6AGd1txvpo1ummn+/4AzCy2wHww/Ybox6VVAvrZ2mCNIrf1/EwOf2aFrJZPUezzezwWcFoXDEVV1KhNu6dafoxuktE3/rveoN1xIqEPcCNpUE=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi there,
I am new here, hello. I have been using zsh on OpenBSD as my default
shell for about one year now and it is almost perfect for my needs.
I have 2 queries which I have been unable to answer via FAQ/man pages
(unless i missed them in which case sorry):
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/
2) I love vi/vim and have never used emacs. However I am used to emacs
shell bindings (^A/^E = begin/end of line) from when i used to use
ksh. Can i use these keybindings whilst EDITOR=vim?
Thanks
--
Best Regards
Edd
http://students.dec.bournemouth.ac.uk/ebarrett
Messages sorted by:
Reverse Date,
Date,
Thread,
Author