Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: completion... from the back?
- X-seq: zsh-users 12327
- From: Oliver Kiddle <okiddle@xxxxxxxxxxx>
- To: Alexy Khrabrov <deliverable@xxxxxxxxx>
- Subject: Re: completion... from the back?
- Date: Thu, 13 Dec 2007 07:34:11 +0000
- Cc: zsh-users@xxxxxxxxxx
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.uk; h=Received:X-YMail-OSG:Received:cc:In-reply-to:From:References:To:Subject:Date:Message-ID; b=mYRjZjs7RH7OEkCaXOXHsTiHzIOaQ6vCtO5TBYpQacwTl6B7yeZAtUA5LOBfbg5hXk0yBBDaNbfhfRotPzhtaTf0klIkXfBf6nCferkuCErXmeIOMlakgFsLQF5n+IlcsHlM9XlU6SdtjaDMtilf0JojExHBI0pxV4EqgQVVUsU= ;
- In-reply-to: <98051732-8DF8-4385-8BA2-1375CEDEBB09@xxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <98051732-8DF8-4385-8BA2-1375CEDEBB09@xxxxxxxxx>
Alexy Khrabrov wrote:
> Their prefixes coincide to a significant length, but suffixes differ
> very quickly. Is there a way to tune zsh to complete files in such
> directories right-to-left? :)
If you have the completeinword option set, anything to the right of the
cursor is also considered when generating matches. So you would type
the end of the filename, move the cursor back and then press tab.
Oliver
Messages sorted by:
Reverse Date,
Date,
Thread,
Author