Eric Freese

Results 104 comments of Eric Freese

[Comment in the zle code](https://github.com/zsh-users/zsh/blob/2b7035d974a69d9a47b1f89f868787a4585386a1/Src/Zle/zle_main.c#L1377-L1389) confirms: ``` c /* * The rule is that "zle -N" widgets suppress EOF warnings. When * a "zle -N" widget invokes "zle another-widget" we...

Yeah take a look at the bottom of this section of the Readme: https://github.com/zsh-users/zsh-autosuggestions#key-bindings You can use `^I` to represent tab when calling bindkey

Looks like a dup of https://github.com/zsh-users/zsh-autosuggestions/issues/516. Take a look there. You can update plugins installed through git by running `git pull` (or any other git commands) in the cloned repo.

Thanks for this. I think I copied the widget binding code from zsh-syntax-highlighting long ago which originally included the omission of widgets that start with `_` but has since been...

CI is being flaky since the async-by-default PR went in. It looks like `with_history` spec helper is not working right. Seems to be entering the history commands only partially.

There's not really a supported way to do this right now. I was thinking that you may be able to write custom strategy wrapper functions around the `history` and `completion`...

> As a workaround, checking out the v0.6.4 tag ... fixes the issue I don't know what might be causing this, but a big thing that changed between v0.6.4 and...

Thanks for all the info! > No, when sourcing zsh-autosuggestions.zsh manually, this seems to work fine Ok, this is important. It means that there's something in your local config that...

Thank you so much for digging into this so thoroughly. At this point, I think it must be some combination of your console, oh-my-zsh, and this plugin (in async mode)....