ryanb / dotfiles

config files for zsh, bash, completions, gem, git, irb, rails

This URL has Read+Write access

dotfiles / zsh / completion
100644 9 lines (6 sloc) 0.214 kb
1
2
3
4
5
6
7
8
9
autoload -U compinit
compinit
 
# 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