6 lines
183 B
Bash
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
|