Re: select w.o. ENTER
Roman Perepelitsa <[email protected]>
| Newsgroups | gmane.comp.shells.zsh.devel |
|---|---|
| Message-ID | <CAN=4vMosgMQUebhXhHfz3YK9=D3_7dtqgYSPSOxGk8Ji1dX6KQ__15314.4271856704$1778086598$gmane$org@mail.gmail.com> |
On Wed, May 6, 2026 at 6:52 PM 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 choice? How do you want to select the 11th item? Which keys do you want to press for that? Roman