Bug: bindkey '^I' menu-select
not working with latest release
#749
Labels
bug
Something isn't working
bindkey '^I' menu-select
not working with latest release
#749
The problem
I use
bindkey '^I' menu-select
as recommended in the readme to havetab
open up the menu selection.However, since updating to the
2024-09-04
release, this functionality appears to be broken. Usingtab
in the cmdline does not work anymore to open up the completion menu. As a test case, I triedbindkey '^E' menu-select
, after whichctrl-e
works correctly in showing the completion menu.This is most noticable when using
setopt AUTO_CD
, which suggests local directories on tab in an empty cmdline.Environment
Steps to reproduce
I also tried
bindkey '\t' menu-select
, but that did not change the outcome. I am not attaching any log, since the log is empty.The text was updated successfully, but these errors were encountered: