Directory suggestion and CTRL+R not working as expected #481
-
Thanks for making this plugin, I like the way it looks but I am having a few problems trying to use it. I am not sure exactly how to phrase this question or if I am using the correct terminology, but I am unable to get zsh-autocomplete to function as expected or how the README shows. I wasn't able to find any solutions in other discussions or issues. I use oh-my-zsh and created a minimal configuration on my computer with only the zsh-autocomplete plugin enabled and the behavior is the same. The .zshrc used is here.
After changing into a different directory, no directory suggestions or command autocomplete is provided. Pressing Let me know if there are any suggestions to try or if you need any further information. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
With your minimal config, what do you get from
What do you get from
When this happens, what output do you get in the files |
Beta Was this translation helpful? Give feedback.
With your minimal config, what do you get from
bindkey '^R'
andzle -lL history-incremental-search-backward
?What do you get from
ls
in that dir?When this happens, what output do you get in the files
$_autocomplete__log
,$_autocomplete__log_async
and$_autocomplete__log_pty
?