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

Re: Tab inserts spaces instead of complete by default



>>>>> On February 21, 2010 Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:

> bindkey '^I' complete-word

While I prefer that binding, it won't change the fact that
hitting tab at an empty prompt will insert a tab.

> autoload -U compinit
> compinit

Likewise a good idea but won't change tab self-inserting.

I think what he wants is:

   zstyle ':completion:*' insert-tab false

though I assume that only works after compinit.

Greg



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