diff --git a/zsh/completion.zsh b/zsh/completion.zsh new file mode 100644 index 0000000..1862eec --- /dev/null +++ b/zsh/completion.zsh @@ -0,0 +1,5 @@ +# 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