aboutsummaryrefslogblamecommitdiff
path: root/zsh/completion.zsh
blob: 1862eecec5558d63e887e42702cc6a5c17fa11d5 (plain) (tree)
1
2
3
4
5



                                                   
# matches case insensitive for lowercase
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'

# pasting with tabs doesn't perform completion
zstyle ':completion:*' insert-tab pending