Eric Freese
Eric Freese
> Running `autorandr -c --force` fixes the issue I was able to make this work for myself temporarily by adding the `--force` flag to the `autorandr.service` installed by pacman: ```diff...
Hi, can you reproduce this problem by running `zsh -df` and sourcing zsh-autosuggestions manually? If not, can you try commenting out your `~/.zshrc` and re-enabling one section at a time...
Hi, have you tried disabling automatic widget re-binding? It might be what you’re looking for. https://github.com/zsh-users/zsh-autosuggestions#disabling-automatic-widget-re-binding
> Wondering why this is not the default? The idea was to make it "just work" for all users. And more sophisticated users can take matters more into their own...
> For me a) was a bug (hence I filed this), while I didn't even know about widget lists. The problem is that "possibly stale widget lists" can manifest in...
My guess is that these problems are caused by issues in your prompts. Can you reproduce using simpler prompts?
Hi, it looks like it's spending a lot of time in the bind functions. Have you tried [disabling automatic widget re-binding](https://github.com/zsh-users/zsh-autosuggestions#disabling-automatic-widget-re-binding)? If that helps, this is probably a duplicate of...
My understanding is that the sym link doesn't work in some environments like windows mSYS2 (see PR #156). It looks like zsh-syntax-highlighting may have an approach that works for both....
Does the async mode help? https://github.com/zsh-users/zsh-autosuggestions#enable-asynchronous-mode The completion ignore param is a glob so you can use glob syntax to match multiple patterns. See the docs for the `x|y` here...
Looks like this has something to do with ctrl+d being bound to a widget that overrides the `delete-char-or-list` builtin widget: ``` % zsh -f %% setopt ignore_eof %% bindkey '^D'...