Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
minor annoyance when I use TAB completion
- X-seq: zsh-users 24389
- From: Fourhundred Thecat <400thecat@xxxxxx>
- To: zsh-users@xxxxxxx
- Subject: minor annoyance when I use TAB completion
- Date: Mon, 28 Oct 2019 14:21:35 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1572268896; bh=1HUFmPBttTSWGPPVrl2MdhvsSkgP7H3BUNMfY3TkHsY=; h=X-UI-Sender-Class:Date:From:To:Subject; b=IaRMDjKJPmF0rAyiVgSUA2h2i1MjbzzR6aTOn/uvlT/jK7nVIBxS2Aep93ArNzX1M 6gXGgf6s+z1I1qKC0LFgFs3TJ+69nP0/ZHMOmxvnguBe/nrictpEI1PZ8QHicazSFs jQsZ233etvU/+PmbIwYemrw39dMb3SX5FZFCt50s=
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- List-unsubscribe: <mailto:zsh-users-unsubscribe@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
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,
Messages sorted by:
Reverse Date,
Date,
Thread,
Author