Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
ZSH completion
- X-seq: zsh-users 16453
- From: Anonymous bin ich <ichbinanon@xxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: ZSH completion
- Date: Fri, 30 Sep 2011 10:37:18 +0530
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=zvLoSFYJvk3cpRzi0UHJ8aLhOqoMSmpesDetPJp28MA=; b=XLGEEs9gCmVQmRaDe9psPwxWDdDW+lxSg/78AsmJIYEi62pu2CJvfUp7gctDThheMp kGVoPkv18SpUuxYe+Tcbj6uvGgLLP9Nrl2O1xZ6/o3k3dLDPMKwY7HlWzpkN/y1QU1sx qJhigs0FbmKmUK/M3+GrpbztKLbfOP+w9T/Us=
- 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!
Currently when I press tab, Zsh automatically completes the word and
shows a list of alternatives, like this:
% cd /m<TAB>
->
% cd /media
/media /mnt
I want Zsh to stop completing until I press tab for a second time.
Something like this:
% cd /m<TAB>
->
% cd /m
/media /mnt
Next tab will start filling in my command. How is it possible?
--
Regards
Messages sorted by:
Reverse Date,
Date,
Thread,
Author