Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: How to insert completions on command line
- X-seq: zsh-users 10620
- From: "Mikael Magnusson" <mikachu@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: How to insert completions on command line
- Date: Sat, 19 Aug 2006 07:15:56 +0200
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uYy00U1zkrlFdY1DpuR2ygHAcAgyLdObN9Ga5o67Jr7OFL/r3fKdN08yGzoNF0HrVTjIUY8lMa8Ir5f7024UX55L6XU93U282IFtTx8ZTNcuAxgrGxgWAb4HdqLsomCA2yuAIiq8SMg6Ygx8itKy9wcUbpvjrU72bYG06RZm/v4=
- In-reply-to: <060818205326.ZM24653@xxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <237967ef0608181647v2c9d526evd1afa34d9b0a366d@xxxxxxxxxxxxxx> <060818205326.ZM24653@xxxxxxxxxxxxxxxxxxxxxx>
On 8/19/06, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
On Aug 18, 4:47pm, Mikael Magnusson wrote:
}
} (How do I|Is there a way to) insert all completions in the command
} line?
zstyle :completion:expand-word:expand:\* tag-order all-expansions
Then type ctrl-X e
This seems to only have an effect on globbing completions, like touch
*<ctrl-x e> <- this works, but not cvs remove <ctrl-x e> <- nothing
happens, with or without the zstyle applied.
--
Mikael Magnusson
Messages sorted by:
Reverse Date,
Date,
Thread,
Author