Welp I can confirm that the modification of the menuselect keymap binds doesn't appear to have any effect. Doesn't matter what key I try to bind to in menuselect, none of them seem to activate. robo-triangulum% bindkey -M menuselect "^A" double-accept "^I" complete-word "^J" accept-line "^M" double-accept "^[OA" up-line-or-history "^[OB" down-line-or-history "^[OC" forward-char "^[OD" backward-char "^[[A" up-line-or-history "^[[B" down-line-or-history "^[[C" forward-char "^[[D" backward-char " " double-accept robo-triangulum% *\Ben Klein* About: https://unhexium.net/about/ Other places online: https://unhexium.net/ll/ Contact me securely: https://keybase.io/robobenklein On Fri, Jul 12, 2019 at 9:24 PM Sebastian Gniazdowski < sgniazdowski@gmail.com> wrote: > On Fri, 12 Jul 2019 at 21:36, Bart Schaefer > wrote: > > > > Are you sure that the zsh/complist module is loaded before you execute > > the bindkey command? > > Yes, it is, and I've also tried the snippet in the interactive session > after issuing the zmodload just to be sure. Doesn't this reproduce for > you? > > -- > Sebastian Gniazdowski > News: https://twitter.com/ZdharmaI > IRC: https://kiwiirc.com/client/chat.freenode.net:+6697/#zplugin > Blog: http://zdharma.org >