We love your input! We want to make contributing to this project as easy and transparent as possible, whether it's:
- Reporting a bug
- Discussing the current state of the code
- Submitting a fix
- Proposing new features
- Becoming a maintainer
| ## case-insensitive (uppercase from lowercase) completion | |
| zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' | |
| ## case-insensitive (all) completion | |
| #zstyle ':completion:*' matcher-list 'm:{a-zA-Z}={A-Za-z}' | |
| ## case-insensitive,partial-word and then substring completion | |
| #zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}' 'r:|[._-]=* r:|=*' 'l:|=* r:|=*' |