Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Bash-like autocompletition
- X-seq: zsh-users 15285
- From: Matthias Brandt <mb@xxxxxxx>
- To: "zsh-users@xxxxxxx" <zsh-users@xxxxxxx>
- Subject: Bash-like autocompletition
- Date: Tue, 17 Aug 2010 08:13:20 +0200
- 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,
I'm just switching from bash to zsh and what i'm really confused about
is the autocompletition. Can i tell zsh *not* to complete the whole
first menu entry automatically?
Something like this:
$ ls
aaaabcdefg aabg aabcdefg
$ ls a<tab> #i want the cli only complete
$ ls aa #until the first ambigous character.
aaaabcdefg aabg aabcdefg #<- the menu will be shown
Any idea how to configure this?
Thank you,
Matthias
Messages sorted by:
Reverse Date,
Date,
Thread,
Author