completion 214 B

12345678
  1. autoload -U compinit
  2. compinit
  3. # matches case insensitive for lowercase
  4. zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
  5. # pasting with tabs doesn't perform completion
  6. zstyle ':completion:*' insert-tab pending