Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Is it possible to disable cursor movement when running completion?



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