Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: BInding a key to complete _files no matter what completion would normally do
- X-seq: zsh-users 13773
- From: Frank Terbeck <ft@xxxxxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxxxxx>
- Subject: Re: BInding a key to complete _files no matter what completion would normally do
- Date: Wed, 28 Jan 2009 17:13:32 +0100
- In-reply-to: <2d460de70901280759n729e8s647d6d3bd09ae5b9@xxxxxxxxxxxxxx>
- Mail-followup-to: Zsh Users <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <2d460de70901280759n729e8s647d6d3bd09ae5b9@xxxxxxxxxxxxxx>
Richard Hartmann <richih.mailinglist@xxxxxxxxx>:
> can I bind a key to complete _files no matter what completion would normally
> do or not do?
zle -C complete-files complete-word _generic
zstyle ':completion:complete-files:*' completer _files
bindkey '^xf' complete-files
Regards, Frank
--
In protocol design, perfection has been reached not when there is
nothing left to add, but when there is nothing left to take away.
-- RFC 1925
Messages sorted by:
Reverse Date,
Date,
Thread,
Author