Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to complete a file name?
- X-seq: zsh-workers 24450
- From: Jörg Sommer <joerg@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: How to complete a file name?
- Date: Wed, 23 Jan 2008 15:14:43 +0000 (UTC)
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <slrnfon40a.jes.joerg@xxxxxxxxxxxx> <20080122004800.GA16455@xxxxxxxxxxx> <slrnfpef1q.dvv.joerg@xxxxxxxxxxxx> <200801231418.m0NEI9mR029531@xxxxxxxxxxxxxx>
- Sender: news <news@xxxxxxxxxxxx>
Hallo Peter,
Peter Stephenson <pws@xxxxxxx> wrote:
> =?UTF-8?Q?J=C3=B6rg?= Sommer wrote:
>> Do I understand it right, that such a forced filename completion is not
>> possible?
>
> *Forced* filename completion is easy; you just bind it to another key.
>
> zle -C complete-filename complete-word _generic
> zstyle ':completion:complete-filename:*' completer _files
> bindkey '^xf' complete-filename
This doesn't work with eval "echo /bi<^xf>
Bye, Jörg.
--
Es gibt nichts schöneres als dem Schweigen eines Dummkopfes zuzuhören.
(Helmut Quatlinger)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author