summaryrefslogtreecommitdiff
path: root/.zsh_comprc
diff options
context:
space:
mode:
authorHendrik Jaeger <git-commit@henk.geekmail.org>2020-07-28 20:49:29 +0200
committerHendrik Jaeger <git-commit@henk.geekmail.org>2020-07-28 20:49:29 +0200
commitcee5230e2d55253f2b2616a18951b96eaa1064cd (patch)
tree27f01f26dc71c96193703cce95d2f6f3e6a20aa9 /.zsh_comprc
parentb4fc8254023e4dc9531e085ea62cf79469d67c91 (diff)
Update completion preferences
Diffstat (limited to '.zsh_comprc')
-rw-r--r--.zsh_comprc19
1 files changed, 17 insertions, 2 deletions
diff --git a/.zsh_comprc b/.zsh_comprc
index 5c119b4..f67ae85 100644
--- a/.zsh_comprc
+++ b/.zsh_comprc
@@ -1,13 +1,28 @@
# 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 '%d'
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
-zstyle ':completion:*' special-dirs true
+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 ':completion:*' use-compctl false
+zstyle ':completion:*' verbose true
zstyle :compinstall filename '/home/henk/.zsh_comprc'
autoload -Uz compinit