zsh: completion: add list-suffixes
This commit is contained in:
parent
c61a85a55c
commit
2e24e3e44a
1 changed files with 5 additions and 0 deletions
|
|
@ -62,6 +62,11 @@ zstyle ':completion:*:expand:*' tag-order all-expansions
|
||||||
# keep prefixed unexpanded if possible
|
# keep prefixed unexpanded if possible
|
||||||
zstyle ':completion:*:expand:*' keep-prefix on
|
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)
|
# ignore completion functions (until the _ignored completer)
|
||||||
zstyle ':completion:*:functions' ignored-patterns '_*'
|
zstyle ':completion:*:functions' ignored-patterns '_*'
|
||||||
# do not propose anything starting with '_' when offering typo corrections
|
# do not propose anything starting with '_' when offering typo corrections
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue