X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.zsh_comprc;h=6b9e0306a1af659f654efd75f86605832aec91e2;hb=02956a86b40e9811a70ec269b04a68665b78d1f7;hp=1a0de591fcc7e05f5b9d801f4383745cc6d6c310;hpb=6ba37d205d9a189bdd61ca10ce9a916eb1dd0950;p=user%2Fhenk%2Fvcsh%2Fzsh.git diff --git a/.zsh_comprc b/.zsh_comprc index 1a0de59..6b9e030 100644 --- a/.zsh_comprc +++ b/.zsh_comprc @@ -6,7 +6,7 @@ zstyle ':completion:*' completer _oldlist _expand _complete _ignored _match _cor zstyle ':completion:*' completions 1 zstyle ':completion:*' expand prefix suffix zstyle ':completion:*' file-sort name -zstyle ':completion:*' format '%d' +zstyle ':completion:*' format '%B%d%b' zstyle ':completion:*' glob 1 zstyle ':completion:*' group-name '' zstyle ':completion:*' ignore-parents parent pwd .. directory @@ -15,6 +15,8 @@ zstyle ':completion:*' list-colors '' zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s zstyle ':completion:*' list-suffixes true zstyle ':completion:*' match-original both +# this breaks … something? max-errors possibly +# zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' +'l:|=* r:|=*' zstyle ':completion:*' max-errors 1 zstyle ':completion:*' menu select=5 zstyle ':completion:*' original true