marlonrichert / zsh-autocomplete

🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
MIT License
5.26k stars 145 forks source link

Down arrow key doesn't work with bindkey -v #684

Closed resting closed 3 months ago

resting commented 7 months ago

The down arrow key doesn't work whenever I enable vim mode with bindkey -v It works if it's not enabled. Is there a workaround with vim mode? Am not able to enter the menu selection currently.

Tried adding the following to .profile but it didn't change anything:

bindkey -M vicmd "k" up-line-or-beginning-search
bindkey -M vicmd "j" down-line-or-beginning-search

OS: macOS