zsh: completion: add list-suffixes

This commit is contained in:
Thomas Preisner 2017-07-16 00:15:00 +02:00
parent c61a85a55c
commit 2e24e3e44a

View file

@ -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