]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blob - .zsh_comprc
fix: set readable colors and update comment
[user/henk/vcsh/zsh.git] / .zsh_comprc
1 # The following lines were added by compinstall
2
3 zstyle ':completion:*' add-space true
4 zstyle ':completion:*' auto-description 'args: %d'
5 zstyle ':completion:*' completer _oldlist _expand _complete _ignored _match _correct _approximate _prefix
6 zstyle ':completion:*' completions 1
7 zstyle ':completion:*' expand prefix suffix
8 zstyle ':completion:*' file-sort name
9 zstyle ':completion:*' format '%d'
10 zstyle ':completion:*' glob 1
11 zstyle ':completion:*' group-name ''
12 zstyle ':completion:*' ignore-parents parent pwd .. directory
13 zstyle ':completion:*' insert-unambiguous true
14 zstyle ':completion:*' list-colors ''
15 zstyle ':completion:*' list-prompt %SAt %p: Hit TAB for more, or the character to insert%s
16 zstyle ':completion:*' list-suffixes true
17 zstyle ':completion:*' match-original both
18 # this breaks … something? max-errors possibly
19 # zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' +'l:|=* r:|=*'
20 zstyle ':completion:*' max-errors 1
21 zstyle ':completion:*' menu select=5
22 zstyle ':completion:*' original true
23 zstyle ':completion:*' preserve-prefix '//[^/]##/'
24 zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s
25 zstyle ':completion:*' substitute 1
26 zstyle ':completion:*' use-compctl false
27 zstyle ':completion:*' verbose true
28 zstyle :compinstall filename '~/.zsh_comprc'
29
30 autoload -Uz compinit
31 compinit
32 # End of lines added by compinstall