zsh-users
 help / color / mirror / code / Atom feed
* Completion system: Supressing extra space ?
@ 2006-07-22 17:57 Meino Christian Cramer
  0 siblings, 0 replies; only message in thread
From: Meino Christian Cramer @ 2006-07-22 17:57 UTC (permalink / raw)
  To: zsh-users


Hi,

 I am experimenting with the completion system of zsh shell (4.3.2) to 
 supress one extra space.

 My current setting are:

    setopt compteinword
    zmodload zsh/complist
    zstyle ':completion:*:default' menu yes select
    zstyle :compinstall filename '/home/mccramer/.zsh.completion'
    autoload -U compinit
    compinit

 Not only once I accidently did the following:

 #> rm -f agri<TAB>

 The menu/list of all files starting "agri" will appear ready to be
 selected. I saw, that _all_ files starting with "agri" should be
 deleted and typed a "*" and then pressing <RETURN> instead  of
 first pressing return, then delete the extra space after "agri" and
 then add a "*" and then finally press <RETURN> to execute.

 The behaviour, that I want is, that the cursor "sticks" at pattern
 "agri" when pressing "*".

 Is this possible in any way ?

 Kind regards and thank you very much in advance for any help!
 mcc


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-07-22 17:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-07-22 17:57 Completion system: Supressing extra space ? Meino Christian Cramer

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).