On 2005-09-09 23:15:28 +1000, Jeremy Monnet wrote:
Ou man zsh[TAB]
euh ... bah non ? je viens de voir une première différence avec le bash : la coplétion remplit complètement et chaque appui change la valeur complétée.
Tout dépend des bindings. J'ai ceci dans mon ".zshrc": history-search-or-expand-or-complete() { if [[ -z "$BUFFER" && -z "$PREBUFFER" ]] then zle history-incremental-search-backward "$@" else zle expand-or-complete "$@" fi } zle -N history-search-or-expand-or-complete bindkey '\t' history-search-or-expand-or-complete (un truc que j'ai récupéré dans la mailing-list zsh-users).
Ceci dit, rien avec man ... Y'a-t-il un truc a configurer ?
Dans son ".zshrc": autoload -U compinit compinit zmodload -i zsh/complist zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS} -- Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / SPACES project at LORIA