Skip to content

Instantly share code, notes, and snippets.

View hauntsaninja's full-sized avatar
🌝

Shantanu hauntsaninja

🌝
View GitHub Profile
##############################
# from completion.zsh
##############################
# fixme - the load process here seems a bit bizarre
zmodload -i zsh/complist
unsetopt menu_complete # do not autoselect the first completion entry
unsetopt flowcontrol
setopt auto_menu # show completion menu on successive tab press
setopt complete_in_word