Re: reduce number of lines available for completion
Bart Schaefer <[email protected]>
| Newsgroups | gmane.comp.shells.zsh.user |
|---|---|
| Message-ID | <CAH+w=7aEEAh491PnjJO41iBGUNA8varJRc8nHuxtFVN+iENAOw@mail.gmail.com> |
On Sun, Feb 2, 2025 at 12:36 PM Bart Schaefer <[email protected]> wrote: > > You need to create a wrapper widget around the whole operation On further thought, there might also be a way to do this using "zle recursive-edit" that works without the redraw invoked by "zle -I", but that needs more setup.