diff --git a/zsh/completion.zsh b/zsh/completion.zsh index c415940..bbed865 100644 --- a/zsh/completion.zsh +++ b/zsh/completion.zsh @@ -62,6 +62,11 @@ zstyle ':completion:*:expand:*' tag-order all-expansions # keep prefixed unexpanded if possible zstyle ':completion:*:expand:*' keep-prefix on +# Display all matching ambiguous components when completing multiple path +# components. +zstyle ':completion:*' list-suffixes on +# TODO: keep list-suffixes or not? + # ignore completion functions (until the _ignored completer) zstyle ':completion:*:functions' ignored-patterns '_*' # do not propose anything starting with '_' when offering typo corrections