Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Tab inserts spaces instead of complete by default
- X-seq: zsh-users 14849
- 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:39:56 -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=wSF4ojlE0OCh2+8vJLE7OPjlFr2Q1dOEUoR4K4R6JL4=; b=QnLJQdArVbGtoJ7r7F7xj38yzKi4eB09QVLx4oXzgOSvAkbz383geNXxNcZqsVHtjx 59/ZJz/2J/sIcFtlFcREWQji5iXrqTM02P+5bAEKWxux6bojiDd1D5tEAvVUu5uupD+c xCQh4RaMAwi+zyrNkuJ1Y/T/G44+jaQU23Vh8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=w23hUovhJWfoAf6yvvS2pQ51dp8DoVwxSq4ue96drbLJ+4egPgV94D4vVcVzuQhtfE XNhzrnJD8gFMqpgKmqAXE1An1dGsUMpe7YrjIpX/TY0JVNWnFyRWZJ1YYs31ubk3dZDE HEml0s7gILbRTUtF7Wx4CBjSCAk9BzqxVR4C4=
- 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