1
0
Fork 0
dotfiles/zsh/completion.zsh

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