zsh-users
 help / color / mirror / code / Atom feed
From: Meino Christian Cramer <Meino.Cramer@gmx.de>
To: zsh-users@sunsite.dk
Subject: Completion system: Supressing extra space ?
Date: Sat, 22 Jul 2006 19:57:08 +0200 (CEST)	[thread overview]
Message-ID: <20060722.195708.41639587.Meino.Cramer@gmx.de> (raw)


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


                 reply	other threads:[~2006-07-22 17:57 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20060722.195708.41639587.Meino.Cramer@gmx.de \
    --to=meino.cramer@gmx.de \
    --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).