Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Is it possible to disable cursor movement when running completion?
- X-seq: zsh-users 23920
- From: Eric Freese <ericdfreese@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Is it possible to disable cursor movement when running completion?
- Date: Tue, 9 Apr 2019 15:15:07 -0600
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=AkYVJ+qMPCwPdjMS8f5tGxEkFx0mhDbtqJrIaxj2TrE=; b=Gf5RNSs7O+SpBmTeOaivLEKv0am5zuJpj5dJ3UTEgNPzr7NAn0Z54SNG7K6CEoyOiW Sdvaxl+JJW//L0b1OQqUmqXF5EfZQ16mOnxHWiud21wT3CH6x0uKOYrRYn3u+EfrpuSA v4fU95aGEsfEDb7OR8qBlTSS+2Eo8Tc4PG6R2QCJSgDFF5phGBDjxkd6UZ0Y4sshUMPb TyUJHzs8GN6DVQg6NXynalPExDBafvK8VbhkvtF9eYDKj19xMZpLCHiA6HmE9KXFeNu0 StCSFonqzdtK+AxF1bpWFzwVQo5G92Myfse+qIFbJfFd46hqSlDHG/+5qcB+4N+/fWQ1 mkCQ==
- 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
Hi all,
When I run `zsh -f`, type `ls "/"`, and hit tab, zsh moves the cursor back
to just before the closing quote and offers completions from there. If I
hit tab again, the buffer is expanded to `ls "/bin/"` (the first completion
match).
Is it possible to disable this behavior, such that when I press tab at the
end of a quoted string it does not move the cursor back and instead offers
no completion?
Thanks,
Eric
Messages sorted by:
Reverse Date,
Date,
Thread,
Author