zsh-users
 help / color / mirror / code / Atom feed
From: Maurice <mauricex@gmx.net>
To: zsh-users@sunsite.dk
Subject: tab-completion from wildcard
Date: Thu, 13 May 2004 18:48:06 +0200	[thread overview]
Message-ID: <20040513184806.4ca35ffa.mauricex@gmx.net> (raw)

Hi,

if I press TAB after a '*', it doesn't insert the matching files
immediately. Instead I have to press TAB several times. I hope this
example makes it clear:

  % touch a b c
  % echo *<TAB>
  % echo a
  a   b   c 
  *      a b c

This is after I played around with compinstall, but I can't figure
out how to get the old behaviour back, while keeping the other
settings the same.

Would be nice if someone could point me to the right setting.
Thanks.

zsh-Version 4.1.1
The lines generated by compinstall:

  zstyle ':completion:*' completer _expand _complete _correct _approximate
  zstyle ':completion:*' completions 1
  zstyle ':completion:*' expand prefix
  zstyle ':completion:*' glob 1
  zstyle ':completion:*' insert-unambiguous true
  zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
  zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' 'r:|[._-]=* r:|=*'
  zstyle ':completion:*' max-errors 1
  zstyle ':completion:*' menu select=1
  zstyle ':completion:*' original true
  zstyle ':completion:*' substitute 1


             reply	other threads:[~2004-05-13 16:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-13 16:48 Maurice [this message]
2004-05-13 17:12 ` Oliver Kiddle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040513184806.4ca35ffa.mauricex@gmx.net \
    --to=mauricex@gmx.net \
    --cc=zsh-users@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).