X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.zsh_comprc;h=0a6243ef48f039b4fa6a396fc9538d7388cccdde;hb=237de54de0a1deb1520bc706a3ea37e211b74601;hp=f67ae85732d22b189a85859ff59c0dfc5d63548e;hpb=cee5230e2d55253f2b2616a18951b96eaa1064cd;p=user%2Fhenk%2Fvcsh%2Fzsh.git diff --git a/.zsh_comprc b/.zsh_comprc index f67ae85..0a6243e 100644 --- a/.zsh_comprc +++ b/.zsh_comprc @@ -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 @@ -23,7 +25,7 @@ zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p zstyle ':completion:*' substitute 1 zstyle ':completion:*' use-compctl false zstyle ':completion:*' verbose true -zstyle :compinstall filename '/home/henk/.zsh_comprc' +zstyle :compinstall filename '~/.zsh_comprc' autoload -Uz compinit compinit