return keystroke now fires zsh select menu command

This commit is contained in:
Wryn Wagner 2020-06-22 12:06:12 -06:00
parent bc041d8a4e
commit 03b7153046

3
zsh/rc
View File

@ -30,4 +30,7 @@ alias clera='clear';
alias sl='sl -alF | lolcat';
# --- ZSH Completion Styles -----------------------------------
zmodload -i zsh/complist;
zstyle ':completion:*' menu select;
bindkey -M menuselect '^M' .accept-line; # don't require 'return' to select menu item