dotfiles/zsh/completion.zsh
2013-01-19 17:18:29 +04:00

6 lines
183 B
Bash

# 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