zsh-autocomplete icon indicating copy to clipboard operation
zsh-autocomplete copied to clipboard

Up and down arrow key not working

Open thomasdevine01 opened this issue 3 months ago • 1 comments

On install, the up and down arrow keys do not work. I was able to solve this issue by running source, and then the location of the repo and then running it again in my ~/.zshrc file. I am currently using the version supplied on the repo, and I am also using a mac m2 pro.

Suggest potentially adding a note in the install guide, or a note somewhere in the readme.

thomasdevine01 avatar Mar 07 '24 04:03 thomasdevine01

I also hit this issue.

Turns out sourcing oh-my-zsh.sh -after- sourcing zsh-autocomplete breaks the up and down arrow keys. Solution was to source oh-my-zsh.sh further up in .zshrc.

I agree with @thomasdevine01 that it may be worth a note. Was pretty annoying before figuring that out.

silijon avatar Mar 13 '24 17:03 silijon