Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Completion system: Supressing extra space ?
- X-seq: zsh-users 10537
- From: Meino Christian Cramer <Meino.Cramer@xxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Completion system: Supressing extra space ?
- Date: Sat, 22 Jul 2006 19:57:08 +0200 (CEST)
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author