]> git.netwichtig.de Git - user/henk/vcsh/zsh.git/blobdiff - .zsh_comprc
customize fzf: use tmux and fdfind
[user/henk/vcsh/zsh.git] / .zsh_comprc
index f67ae85732d22b189a85859ff59c0dfc5d63548e..184f493b095631c78a872219f02ef16025f5f241 100644 (file)
@@ -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,9 @@ 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:*' matcher-list m:{[:lower:]}={[:upper:]}
 zstyle ':completion:*' max-errors 1
 zstyle ':completion:*' menu select=5
 zstyle ':completion:*' original true
@@ -23,7 +26,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