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

Re: glob completion without menu style completion



>   > You are better off if you redefine TAB to simple expand-word like
>   > 
>   > bindkey '^I' expand-word
>
>   You mean "complete-word", not "expand-word".  And if you run "compinit"
>   *after* setting your styles with zstyle, *and* you have used the _expand
>   completer, then compinit rebinds TAB to complete-word for you, for just
>   this reason.

Ah.  This all makes sense now.  My previous reply can be disregarded.
Now I just have to decide whether to use _match as a secondary
completer and whether to use _expand is a primary completer.

                                Jay



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