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

RE: completion question



> /---  On Wed,  Jul  04, 2001  at  03:10:46PM  +0400, Andrej  Borsenkow
> wrote:
> | setopt completeinword
> \---
>
> It does  not exactly  work as  I want... It  simply does  nothing. (at
> least in zsh 4.0.2, debian sid). :-(
>

bor@itsrm2% ~/pkg/bin/zsh -f
itsrm2% bindkey -e
itsrm2% echo $ZSH_VERSION
4.0.2
itsrm2% setopt completeinword
itsrm2% ls /u1/box
                           ^ cursor

go back

itsrm2% ls /u1/mTABbox
                         ^ cursor
itsrm2% ls /u1/mailbox/

so it works; do you use vi or emacs bindings? Do you use old (compctl) or
new completion? Does it work with zsh -f (as above)?

-andrej



Messages sorted by: Reverse Date, Date, Thread, Author