diff options
author | Camil Staps | 2016-03-14 22:09:58 +0100 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:07 +0100 |
commit | 8fc531b05e0f70f3148fde8bf1f9049136f5d236 (patch) | |
tree | 9368042f0c21844c9952281aeb585c15bcfd9001 /zsh/completion.zsh | |
parent | Clean limits to 80 chars (diff) |
removed zsh
Diffstat (limited to 'zsh/completion.zsh')
-rw-r--r-- | zsh/completion.zsh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/zsh/completion.zsh b/zsh/completion.zsh deleted file mode 100644 index 1862eec..0000000 --- a/zsh/completion.zsh +++ /dev/null @@ -1,5 +0,0 @@ -# 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 |