X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=.zsh_comprc;h=6b9e0306a1af659f654efd75f86605832aec91e2;hb=bc961c97505ae4e181d7499b6db212f563f8b036;hp=2d4132b6527d235e36ea4aef6e004e71ba0355a9;hpb=d121eb2f98e35ec2efcac978fbfd2495375e65aa;p=user%2Fhenk%2Fvcsh%2Fzsh.git diff --git a/.zsh_comprc b/.zsh_comprc index 2d4132b..6b9e030 100644 --- a/.zsh_comprc +++ b/.zsh_comprc @@ -1,13 +1,31 @@ # The following lines were added by compinstall zstyle ':completion:*' add-space true +zstyle ':completion:*' auto-description 'args: %d' zstyle ':completion:*' completer _oldlist _expand _complete _ignored _match _correct _approximate _prefix zstyle ':completion:*' completions 1 +zstyle ':completion:*' expand prefix suffix +zstyle ':completion:*' file-sort name +zstyle ':completion:*' format '%B%d%b' zstyle ':completion:*' glob 1 +zstyle ':completion:*' group-name '' +zstyle ':completion:*' ignore-parents parent pwd .. directory +zstyle ':completion:*' insert-unambiguous true +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 -zstyle ':completion:*' max-errors 0 +# 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 +zstyle ':completion:*' preserve-prefix '//[^/]##/' +zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s zstyle ':completion:*' substitute 1 -zstyle :compinstall filename '/home/henk/.zsh_comprc' +zstyle ':completion:*' use-compctl false +zstyle ':completion:*' verbose true +zstyle :compinstall filename '~/.zsh_comprc' autoload -Uz compinit compinit