zsh-autosuggestions
zsh-autosuggestions copied to clipboard
Fish-like autosuggestions for zsh
### Describe the bug I need three widgets in the CLEAR_WIDGETS set. I thought that I'll add them in a simple snippet: ```zsh if (( ${+ZSH_AUTOSUGGEST_CLEAR_WIDGETS} )); then ZSH_AUTOSUGGEST_CLEAR_WIDGETS+=( ziactioncomplete...
### Describe the bug This is probably more a cry for help than an autosuggest bug.. any guidance as to what this error message means would be really appreciated before...
I was wondering if it is possible to cycle through auto-suggestions without completion? Example history: ``` git checkout mybranch1 git status git commit -m "blah blah" git push git checkout...
### Describe the bug when I use zsh-autosuggestions .. this error happens .. while writing any commands very wide spaces is written even if hitting "DEL or Backspae" ### To...
The [Fig Plugin Store](https://fig.io/plugins) supports 1-click install for 400+ shell plugins. We have over 100k users, thousands of whom manage their shell configuration with Fig. Zsh Autosuggest is already listed...
I think it should be noted that the `package manager (pacman,xbps,apt...)` does not load the plugin Automatique
### Is your feature request related to a problem? Please describe. It doesn't make sense to use the same suggestion strategy for e.g. `man` and `cd`. If you type `cd...
### Describe the bug The zsh-autosuggestions is misbehaving. Every-time I start writing a command starting with letter `a` , **the shell suggestion adds some gap between the third and second...
### Describe the bug When in vi-mode, the auto-suggestion text is selectable. ### To Reproduce Steps to reproduce the behavior: ```sh % zsh -df % source zsh-autosuggestions.zsh ``` Then typing...
### Describe the bug after updating to zsh 5.9, the color is no longer cleared after you complete something if you have `ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=7"` set, however it works fine if set...