Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Rewrite of zsh-newuser-install
- X-seq: zsh-workers 48428
- From: Mikael Magnusson <mikachu@xxxxxxxxx>
- To: Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx>
- Cc: Marlon Richert <marlon.richert@xxxxxxxxx>, Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Re: Rewrite of zsh-newuser-install
- Date: Wed, 7 Apr 2021 20:17:23 +0200
- Archived-at: <https://zsh.org/workers/48428>
- In-reply-to: <20210405181637.GA22397@tarpaulin.shahaf.local2>
- List-id: <zsh-workers.zsh.org>
- References: <B865F477-D72B-426F-9691-268C2E65EC85@dana.is> <EAEB39F8-6DEF-4BC0-A7E4-A59B16DBDF2F@gmail.com> <D2248BF1-5045-4F68-89F0-F92C903EF73D@dana.is> <20210225080519.GA22300@tarpaulin.shahaf.local2> <CAHLkEDtR6LCZy_2Ks-KATn9T3xyMmNh=ifxiHF4+KhO5uT-Cxw@mail.gmail.com> <20210227132121.GA9308@tarpaulin.shahaf.local2> <CAHLkEDt+=qEL-jMqYxKBXBZuPEi_=dm-Ms-6oZY=b-RyjXJ2rw@mail.gmail.com> <20210405181637.GA22397@tarpaulin.shahaf.local2>
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