• kremso's avatar
    Don't autoselect first completion entry (Fixes #14) · 926d9e88
    kremso authored
    The key here is not using MENU_COMPLETE which autoselects the first
    entry, but using AUTO_MENU which displays the menu but autoselects
    on successive tab hit.
    
    Also, do not use zstyle menu yes because that somehow overrides
    the setopts.
    926d9e88
completion.zsh 1.53 KB