zsh-users
 help / color / mirror / code / Atom feed
* Inserting applicable completions to the command line?
@ 2005-01-25 14:12 Hannu Koivisto
  2005-01-25 16:58 ` Bart Schaefer
  0 siblings, 1 reply; 2+ messages in thread
From: Hannu Koivisto @ 2005-01-25 14:12 UTC (permalink / raw)
  To: Zsh Users' List

Greetings,

Is there an easy way to insert the currently applicable completions to
the command line as arguments?  In other words, if I have written
"ls --a" and C-d shows me that the possible completions at this
point are --all, --almost-all and --author, I would like to hit
some key that turns my command line into
"ls --all --almost-all --author".

-- 
Hannu


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Inserting applicable completions to the command line?
  2005-01-25 14:12 Inserting applicable completions to the command line? Hannu Koivisto
@ 2005-01-25 16:58 ` Bart Schaefer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Schaefer @ 2005-01-25 16:58 UTC (permalink / raw)
  To: Hannu Koivisto, Zsh Users' List

On Jan 25,  4:12pm, Hannu Koivisto wrote:
} Subject: Inserting applicable completions to the command line?
}
} Is there an easy way to insert the currently applicable completions to
} the command line as arguments?

See the documentation for the _all_matches completer (man zshcompsys).


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-25 16:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-25 14:12 Inserting applicable completions to the command line? Hannu Koivisto
2005-01-25 16:58 ` Bart Schaefer

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).