This commit is contained in:
Lars Moelleken 2017-05-02 02:19:17 +00:00 committed by GitHub
commit 3b300d2dd6

View file

@ -7,6 +7,7 @@ unsetopt menu_complete # do not autoselect the first completion entry
unsetopt flowcontrol unsetopt flowcontrol
setopt auto_menu # show completion menu on successive tab press setopt auto_menu # show completion menu on successive tab press
setopt complete_in_word setopt complete_in_word
setopt complete_aliases
setopt always_to_end setopt always_to_end
# should this be in keybindings? # should this be in keybindings?