Up and down arrow key not working #723
Unanswered
thomasdevine01
asked this question in
Q&A
Replies: 2 comments
-
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. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There are now some notes about this in the Readme. Quote of the relevant text:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions