partial-word completion
This commit is contained in:
parent
dc28587617
commit
81cb9801f4
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ zstyle ":completion:*" glob 1
|
|||
zstyle ":completion:*" insert-unambiguous true
|
||||
zstyle ':completion:*' menu select
|
||||
zstyle ':completion:*' rehash true
|
||||
zstyle ':completion:*' matcher-list 'r:|[._-]=* r:|=*' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}'
|
||||
zstyle ':completion:*' matcher-list 'r:|[._-]=* r:|=*' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}' 'l:|=* r:|=*'
|
||||
zstyle ":completion:*" substitute 1
|
||||
|
||||
autoload -Uz up-line-or-beginning-search down-line-or-beginning-search
|
||||
|
|
Loading…
Add table
Reference in a new issue