Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: carriage return (<enter> key) behavior during menu completion



On Sun, 13 Dec 2009, Bart Schaefer wrote:
    bindkey -M menuselect '^M' .accept-line

Thanks, this is indeed exactly what I was looking for. However, I needed to
add

zmodload zsh/complist

to my zshrc to gain access to the 'menuselect' keymap.

-Linus



Messages sorted by: Reverse Date, Date, Thread, Author