Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Help with menu completion
- X-seq: zsh-users 12640
- From: Anonymous bin Ich <ichbinanon@xxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Help with menu completion
- Date: Wed, 27 Feb 2008 12:09:20 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject:message-id:x-mailer:mime-version:content-type:content-transfer-encoding; bh=C1+jGmGaxEETkmoXnHP6GDGsZb3hjLQO21nslaoTVMs=; b=G4na1HOxXBhudwoeZiCkmGwYd+MYO9xrtJBDTpImr7kTk9WjPK+kKNO2k6yGaELXrcnkv0QH7s6+YayvZxMGnO4HeCY9F8L73cS0PpdmmTP7cZwcmGFTBCrn9Se133BFio2KfscVVOJZbWc/yHF1+rRQ7C52yVShUF5HU8IDL8g=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type:content-transfer-encoding; b=L3BYiqI0cW/4SzLLJ4mP+rIXQgQpY2De3ZuK0QQHR17/uhKi3ypeBJ5IxBxlFvPxqBs7bAIWNRc0VrtMBvAQEneziitXz7uWGmdyKO5HRqKPnCWN6s1eCcoKP7Jo5uxBXoOhjNGfchX7tpWsx8AQY3vR/VJdkegAp/nxnRMQjSQ=
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi!
I just re-did my zshrc, and used the "first-run" tool to configure
completion for me. I wanted a menu-completion, but I am not getting
it. Here is the diff for what was changed. As far as I understand,
nothing related to menu-selection was changed, but I do not understand
it much, so please help me...
-zstyle ':completion:*' auto-description 'specify: %d'
-zstyle ':completion:*' completer _expand _complete _correct
_approximate +zstyle ':completion:*' completer _expand _complete
_ignored +zstyle ':completion:*' expand prefix suffix
zstyle ':completion:*' file-sort name
-zstyle ':completion:*' format 'Completing %d'
-zstyle ':completion:*' group-name ''
-zstyle ':completion:*' ignore-parents parent pwd
+zstyle ':completion:*' ignore-parents parent pwd ..
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the
character to insert%s -zstyle ':completion:*' matcher-list '' 'l:|=*
r:|=*' 'r:|[._-]=** r:|=**' 'm:{a-zA-Z}={A-Za-z}' -zstyle
':completion:*' max-errors 1 numeric +zstyle ':completion:*'
list-suffixes true +zstyle ':completion:*' matcher-list ''
'm:{a-zA-Z}={A-Za-z}' 'l:|=* r:|=*' 'r:|[._-]=** r:|=**' zstyle
':completion:*' menu select=long-list select=0 zstyle ':completion:*'
preserve-prefix '//[^/]##/' zstyle ':completion:*' select-prompt
%SScrolling active: current selection at %p%s
Earlier, I used to get a nice menu with LS_COLORS, now I don't get any
menu, but just a list of possible completions.
Regards
Messages sorted by:
Reverse Date,
Date,
Thread,
Author