Re: select w.o. ENTER

Roman Perepelitsa <[email protected]> Wed, 6 May 2026 18:54:10 +0200
Newsgroups gmane.comp.shells.zsh.user
Message-ID <CAN=4vMosgMQUebhXhHfz3YK9=D3_7dtqgYSPSOxGk8Ji1dX6KQ@mail.gmail.com>
On Wed, May 6, 2026 at 6:52=E2=80=AFPM Ray Andrews <[email protected]>=
 wrote:
>
> % select pith in $path; do echo you selected $pith; break; done
>
> ... is it possible to avoid having to hit ENTER after you've made your ch=
oice?

How do you want to select the 11th item? Which keys do you want to
press for that?

Roman