Files
dotfiles/zsh/lib/completion.zsh
Nick Nisi dd479da78a Added Tomorrow theme to project, other updates
+ Added tomorrow theme
+ added spectrum.zsh
+ added zsh/lib directory
+ updated prompt
+ updated colors
+ set vim theme to Tomorrow-Night-Bright
+ moved some zsh files to zsh/lib
2012-10-28 11:18:25 -05:00

6 lines
183 B
Bash

# 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