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

Re: Rewrite of zsh-newuser-install



On 4/5/21, Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
>
> 15. hjkl bindings for menu selection:
>
>     if zmodload zsh/complist 2>/dev/null || (( ${+keymaps[(r)menuselect]}
> )); then
>       bindkey -M menuselect j down-line-or-history
>       bindkey -M menuselect k up-line-or-history
>       bindkey -M menuselect h backward-char
>       bindkey -M menuselect l forward-char
>     fi

This sucks for people that don't use qwerty :). Easy enough to delete
though I suppose. I guess it would also break the "interactive" mode.

-- 
Mikael Magnusson




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