added maven completions config
This commit is contained in:
parent
f90e57a5f3
commit
bcb26001c5
5
.zshrc
5
.zshrc
@ -97,6 +97,11 @@ zstyle ':completion:*:scp:*' hosts $(list-ssh-hosts)
|
||||
zstyle ':completion:*:ssh:*' users # disables users completion
|
||||
zstyle ':completion:*:scp:*' users # disables users completion
|
||||
|
||||
# maven completions (from zsh-users/zsh-completions)
|
||||
zstyle ':completion:*:*:mvn:*:matches' group 'yes'
|
||||
zstyle ':completion:*:*:mvn:*:options' description 'yes'
|
||||
zstyle ':completion:*:*:mvn:*:options' auto-description '%d'
|
||||
|
||||
# Always do mid-word tab completion
|
||||
setopt complete_in_word
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user