marlonrichert / zsh-autocomplete

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

Conflited with Oh my zsh's vi-mode #199

Closed yueyejinghun closed 3 years ago

yueyejinghun commented 3 years ago

antigen use oh-my-zsh antigen bundle vi-mode

antigen bundle marlonrichert/zsh-autocomplete

antigen apply



steps to reproduce

Clone master branch manually (This is not related with this issue, only to get zsh-autocomplete to work)
Install Oh My Zsh with antigen and only enable vi-mode
Down arrow key does not work at all, it cannot go to the menu
Ctrl-Space is also not working
I think it has something to do with #192 because this issue appeared only recently
[debug_vi_mode.log](https://github.com/marlonrichert/zsh-autocomplete/files/6073397/debug_vi_mode.log)
marlonrichert commented 3 years ago

Duplicate of #192.