Other completion / word fixes
This commit is contained in:
parent
b5cab9cfa8
commit
b5b41bb595
1 changed files with 5 additions and 0 deletions
5
zshrc
5
zshrc
|
@ -41,6 +41,11 @@ fi
|
|||
autoload -U compinit
|
||||
compinit
|
||||
setopt completeinword
|
||||
zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}'
|
||||
|
||||
# directory
|
||||
setopt auto_cd
|
||||
|
||||
# better word definition
|
||||
autoload -U select-word-style
|
||||
select-word-style bash
|
||||
|
|
Loading…
Reference in a new issue