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

Up and Down arrow keys are not working to navigate across completions. #716

Open Xefreh opened 7 months ago

Xefreh commented 7 months ago

Environment

% typeset -p1 VENDOR OSTYPE ZSH_PATCHLEVEL _autocomplete__funcfiletrace
![image](https://github.com/marlonrichert/zsh-autocomplete/assets/39820617/ef542347-6931-4238-b465-e1bfc95b9ecf)

% git -C ~autocomplete log --oneline -n1
![image](https://github.com/marlonrichert/zsh-autocomplete/assets/39820617/0a34e555-6fdb-4a1f-aa54-2d5ae47d33c4)

Steps to reproduce

Install zsh-autocomplete plugin.
Control N/P works to navigate but arrows keys are not.