Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Help with menu completion



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