This commit is contained in:
SimonGreenhill 2012-01-14 23:03:41 +13:00
commit 5e8734bfd6
26 changed files with 1300 additions and 74 deletions

View file

@ -1,16 +1,14 @@
# fixme - the load process here seems a bit bizarre
unsetopt menu_complete # do not autoselect the first completion entry
unsetopt flowcontrol
setopt auto_menu # show completion menu on succesive tab press
unsetopt noautomenu
setopt complete_in_word
setopt always_to_end
unsetopt always_to_end
WORDCHARS=''
zmodload -i zsh/complist
## case-insensitive (all),partial-word and then substring completion
# case-insensitive (all), partial-word and then substring completion
if [ "x$CASE_SENSITIVE" = "xtrue" ]; then
zstyle ':completion:*' matcher-list 'r:|[._-]=* r:|=*' 'l:|=* r:|=*'
unset CASE_SENSITIVE