Eric Freese

Results 104 comments of Eric Freese

Can you give the output of `setopt` with that minimal `.zshrc` file you had? And also the output of `setopt` from `zsh -df` with zsh-autosuggestions sourced manually?

Another thing to try is commenting out parts of your `~/.oh-my-zsh/oh-my-zsh.sh` or parts of the files under `~/.oh-my-zsh/lib/` to see if you can find which parts of it are responsible

Awesome, thanks again. So, is it correct that this would be a minimal `~/.zshrc` that would reproduce this problem without oh-my-zsh? ``` function zle-line-init() { echoti smkx } function zle-line-finish()...

One more thing to maybe try. Can you paste the result of running this? `infocmp -1 | grep '[rs]mkx'`

Pretty much agreed with @z0rc. I'm ok with listing it here but let's skip the marketing talk and have just a link to the fig plugin page, something along [these...

Yep, try `ZSH_AUTOSUGGEST_STRATEGY=(history completion)`. I think that the `completion` strategy is what you're after @10Meisterbaelle

@Freed-Wu It looks like the linked PR will fix the problem from the zsh-cmd-architect side. Is there any change you'd like us to make on this side?

My guess is it's on the zsh-cmd-architect side but I haven't looked into it. That will probably be pretty low priority for me

Thanks @paul-vd. Are you able to reproduce this without oh-my-zsh? You can run `zsh -df` and then source the plugin manually with `source ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh`

Interesting. Can you confirm your zsh version with `echo $ZSH_VERSION`?