Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Rewrite of zsh-newuser-install
Mikael Magnusson wrote on Wed, 07 Apr 2021 18:17 +00:00:
> 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.
Could at least make it conditional on [[ ! -o dvorak ]] to get closer to
100% coverage.
> I guess it would also break the "interactive" mode.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author