zsh-users
 help / color / mirror / code / Atom feed
* minor annoyance when I use TAB completion
@ 2019-10-28 13:21 Fourhundred Thecat
  2019-10-28 13:25 ` Roman Perepelitsa
  2019-10-28 15:41 ` Sebastian Gniazdowski
  0 siblings, 2 replies; 5+ messages in thread
From: Fourhundred Thecat @ 2019-10-28 13:21 UTC (permalink / raw)
  To: zsh-users

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,

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-02 14:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-28 13:21 minor annoyance when I use TAB completion Fourhundred Thecat
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

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