Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Tab inserts spaces instead of complete by default
- X-seq: zsh-users 14851
- From: Greg Klanderman <gak@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: Tab inserts spaces instead of complete by default
- Date: Sun, 21 Feb 2010 13:38:48 -0500
- In-reply-to: <100221094125.ZM24131@xxxxxxxxxxxxxxxxxxxxxx> (Bart Schaefer's message of "Sun, 21 Feb 2010 09:41:25 -0800")
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <91790a981002210917k4bf2980am32b816cc93d67650@xxxxxxxxxxxxxx> <100221094125.ZM24131@xxxxxxxxxxxxxxxxxxxxxx>
- Reply-to: gak@xxxxxxxxxxxxxx
>>>>> 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