Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion in between non-spaces
- X-seq: zsh-users 9286
- From: Deliverable Mail <deliverable@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: completion in between non-spaces
- Date: Wed, 10 Aug 2005 19:06:25 -0700
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=jJMoCf9A9IBkHKS9/6hTIYShkR7LjWyEIYVUt3wHKSlxMQ4weXrSFnbYAcB79xve8eC6cyhF6uxm6oa9mtYnxP7gcAPcWxPUBLZFxgH07mvJeNAQWJ4l86NrYeVOnGPsTEkL2nz7OGlabE/lDbj175xVUtV4nhdNsNv15176Fig=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Having solved completion after a non-space, but on a space, we need to
raise the bar and repeat the following everyday feat in bash:
tar cvf /home/user/dir/something
<== now you want to change dir to dirmore, left-arrow over / after
dir, and hit tab -- if there's a clear dirmore completion prefix, bash
will fill it in with no spaces. But zsh refuses and I need to open up
a space and close it later.
Is it doable in teh midst of chars?
Cheers,
Alexy
Messages sorted by:
Reverse Date,
Date,
Thread,
Author