Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [BUG] `menu-complete` bound to `^J` does not cycle the results with `select`



On Fri, Nov 1, 2024 at 3:33 PM NeNikitov <nenikitov@xxxxxxxxx> wrote:
>
> I'd like to report a bug with ^J bind to menu-complete with select option.

Menu selection has its own keymap ("menuselect"), you have to rebind
^J in that keymap as well.  There's an example of this for ^M at the
end of the manual section on the complist module.  ^O is unaffected
because it's not (by default) bound in the menuselect map so it falls
through to the behavior in the main keymap.

bindkey -M menuselect ^J undefined-key # to fall through to main keymap




Messages sorted by: Reverse Date, Date, Thread, Author