Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: minor annoyance when I use TAB completion
- X-seq: zsh-users 24390
- From: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- To: Fourhundred Thecat <400thecat@xxxxxx>
- Subject: Re: minor annoyance when I use TAB completion
- Date: Mon, 28 Oct 2019 14:25:49 +0100
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=BSVMFPitQ6tn9y9E9rfRLbADDfpke3wm09mwJRDTfqE=; b=g+btHkM5b6nsr1odkf8CRwTQhGtb5zRUBp2QxgcPLWl62YGwGt9E9tlmqo1pWcjqm2 /a6plXpr4nRPY1Nwt1dCcMDMytEmiEtMCBWNVYOcx/XmhE6uoMILwWPh4R8WqK89Mkxu 5INFP9c2DA+R/93XKnxIXlvDUhWhVRxoWTJQiXoCFxsg3Hudz5KYBMGL2mzwFV1Ld31j i1MJajX2esa6+c8L2Wjybdchd+MmK4nhhiEtFo4cER3hcWJ92gYF2Z9w7hy4GA8i4c/n 7ZtdPDG5VIdOj0vjh4qw6GjdQwPMWcLRELe0qlb83xYuB0kuNfEWsisQsUB1Usk1fnO7 6irA==
- In-reply-to: <5DB6EB5F.3010007@gmx.ch>
- 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
- References: <5DB6EB5F.3010007@gmx.ch>
On Mon, Oct 28, 2019 at 2:22 PM Fourhundred Thecat <400thecat@xxxxxx> wrote:
> ...
> could anybody please advise how to fix this, before it drives me crazy ?
This:
ZLE_REMOVE_SUFFIX_CHARS=''
Search for ZLE_REMOVE_SUFFIX_CHARS in `man zshparam` for documentation.
Roman.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author