zsh-users
 help / color / mirror / code / Atom feed
From: Timothee Cour <timothee.cour2@gmail.com>
To: Zsh Users <zsh-users@zsh.org>
Subject: how to allow tab completion in `flag=complete_me` ? (ie after a customizable symbol like `=`)
Date: Mon, 16 Jan 2017 23:15:33 -0800	[thread overview]
Message-ID: <CAM4j=kPadHx6_w6AzvZJXVxJ6_Gg5oE0=OUD2-Dv1wzANufxyw@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 353 bytes --]

```
$ dmd -of ~/READ[TAB] => TAB completion works
$ dmd -of=~/READ[TAB] => no TAB completion because preceeded by `=`
```

how would I customize the separators after which TAB completion operates?
Ideally something analog to $WORDCHARS (eg: $TAB_COMPLETION_CHARS, eg:
```
export TAB_COMPLETION_CHARS=":= "
```

Please let me know if anything is unclear

             reply	other threads:[~2017-01-17  7:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20170117073841epcas5p38b85960fdaef1834021ddeaa71738b56@epcas5p3.samsung.com>
2017-01-17  7:15 ` Timothee Cour [this message]
2017-01-17  9:43   ` Peter Stephenson

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='CAM4j=kPadHx6_w6AzvZJXVxJ6_Gg5oE0=OUD2-Dv1wzANufxyw@mail.gmail.com' \
    --to=timothee.cour2@gmail.com \
    --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).