zsh-users
 help / color / mirror / code / Atom feed
From: Fourhundred Thecat <400thecat@gmx.ch>
To: zsh-users@zsh.org
Subject: minor annoyance when I use TAB completion
Date: Mon, 28 Oct 2019 14:21:35 +0100	[thread overview]
Message-ID: <5DB6EB5F.3010007@gmx.ch> (raw)

Hello,

I have minor annoyance when I use TAB completion in zsh:

When I type "lso" and hit TAB to complete:

  lso<TAB>

the completion successfully completes to "lsof" and my commandline looks
like this:

  lsof <cursor>

notice the one space between lsof and the cursor. But when I start
typing, the space disappears (cursor jumps back), and whatever I typed
is glued to lsof, ie

  lsof| grep

instead of

  lsof | grep

could anybody please advise how to fix this, before it drives me crazy ?
The problem is when I use ctrl+w to delete word backwards, I want to
delete "|" as one word and not "lsof|"

thanks,

             reply	other threads:[~2019-10-28 13:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-28 13:21 Fourhundred Thecat [this message]
2019-10-28 13:25 ` Roman Perepelitsa
2019-10-28 13:42   ` Fourhundred Thecat
2019-10-28 15:41 ` Sebastian Gniazdowski
2019-11-02 14:36   ` zzapper

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=5DB6EB5F.3010007@gmx.ch \
    --to=400thecat@gmx.ch \
    --cc=zsh-users@zsh.org \
    /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).