return keystroke now fires zsh select menu command
This commit is contained in:
parent
bc041d8a4e
commit
03b7153046
3
zsh/rc
3
zsh/rc
@ -30,4 +30,7 @@ alias clera='clear';
|
|||||||
alias sl='sl -alF | lolcat';
|
alias sl='sl -alF | lolcat';
|
||||||
|
|
||||||
# --- ZSH Completion Styles -----------------------------------
|
# --- ZSH Completion Styles -----------------------------------
|
||||||
|
zmodload -i zsh/complist;
|
||||||
|
|
||||||
zstyle ':completion:*' menu select;
|
zstyle ':completion:*' menu select;
|
||||||
|
bindkey -M menuselect '^M' .accept-line; # don't require 'return' to select menu item
|
||||||
|
Loading…
Reference in New Issue
Block a user