Eric Freese
Eric Freese
My guess is that this is a bug in your prompt. Take a look at #570 and related issues
Yeah I'm not able to reproduce this so simply. There must be something else going on. ```sh ❯ zsh -df ericfreese% echo $ZSH_VERSION 5.9 ericfreese% grep '^# v' /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh #...
I'm not able to reproduce this. It sounds like there must be something else going on. Can you paste the simplest steps you can find to reproduce this via the...
@masakistan Can you reproduce this by running `zsh -df` (to skip your `.zshrc`) and sourcing the plugin manually? If not, what is the minimal content from your `.zshrc` that you...
Check out my response to #340.
I'm going to re-open this since it is definitely what fish shell does and it would be really nice to have. zsh-histdb doesn't actually solve the problem in the way...
Another test case: Should suggest `cat {foo,bar}` even though they no longer exist. ```sh touch {foo,bar} cat {foo,bar} rm {foo,bar} cat ```
Please narrow down what from your zshrc is causing the issue. You can comment out blocks of it at a time and run `exec zsh` to load a zsh shell...
Hi, rather than changing in the config file you should set the param in your zshrc file
Hi, I'm not able to understand the problem you're describing. Can you add steps to reproduce using this template ``` % zsh -df % source path/to/zsh-autosuggestions.zsh % ... # what...