Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Tab inserts spaces instead of complete by default
- X-seq: zsh-users 14848
- From: Sébastien Pierre <sebastien.pierre@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Tab inserts spaces instead of complete by default
- Date: Sun, 21 Feb 2010 12:17:48 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=fqExPj0KTDtrWMlTBH19C7EhxtWcIPc+SAf/qdu9blY=; b=ZpXuvSKN1U+kWYkFx+vwx73X1TQJlxEEtTXcUMF79FBgpm49B/95smXao4suME43ZG h04MY18i9mRSIM9nnKJL7xlz4MSo67CC1lnmcMB5xoMMrkxrYcfOJh1tIBP7iRwn4BJ2 QdSkgpRMMJgRYB14uxLTq44b7KkYWjmR5BdIQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=qA6zO4quHVjtQ/1pRsF04FJYhvIOxI4GvJE79DqkkRUt2lPJh5/8/0cuTe6tGfpBIR MNfjrG2KBUCt0VJrcFtekhWyafoAeBSxyqzU6naYT0DK/sgCs0Ye/2xzr+b7H6CWnKMy F9JFGFHr40c33uoGdpNOKjp0QI+ThoB8l5AEg=
- 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
Hi all,
I've recently switched to Zsh and am currently trying to make the "tab"
completion work as in bash/tcsh. If I start a new zsh shell, and I hit the
"tab" key, a tab is inserted in the command line, instead of showing the
possible completions -- when I type something, completion happens as
expected.
So my question is: how can I configure zsh to always show possible
completions, even when there is no character on the prompt ?
-- Sébastien
Messages sorted by:
Reverse Date,
Date,
Thread,
Author