]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blob - .zsh_comprc
customize fzf: use tmux and fdfind
[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 '%B%d%b'
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:*' matcher-list m:{[:lower:]}={[:upper:]}
21 zstyle ':completion:*' max-errors 1
22 zstyle ':completion:*' menu select=5
23 zstyle ':completion:*' original true
24 zstyle ':completion:*' preserve-prefix '//[^/]##/'
25 zstyle ':completion:*' select-prompt %SScrolling active: current selection at %p%s
26 zstyle ':completion:*' substitute 1
27 zstyle ':completion:*' use-compctl false
28 zstyle ':completion:*' verbose true
29 zstyle :compinstall filename '~/.zsh_comprc'
30
31 autoload -Uz compinit
32 compinit
33 # End of lines added by compinstall