zsh-autosuggestions
zsh-autosuggestions copied to clipboard
Fish-like autosuggestions for zsh
Is this possible now? I don't want to change zsh theme just for preview being to dark hardly visible...
### Is your feature request related to a problem? Please describe. Hello, I thought it would be useful if somehow we could cycle through the command history when using autosuggestions....
Seems like the latest tag `v0.7` is 3 years old. A new one would be great. :)
### Describe the bug After updating to Ubuntu 24.04, I don't get color changes anymore on auto-suggestions. See screenshot. ### To Reproduce Steps to reproduce the behavior: Sorry haven't found...
The ZSH manual describes `region_highlight` as being an array in https://zsh.sourceforge.io/Doc/Release/Zsh-Line-Editor.html#Character-Highlighting, therefore the previous strategy of removing as many characters as the last suggestion is *not* the way to do...
### Is your feature request related to a problem? Please describe. I am trying to install zsh-autosuggestions on debian stable 12.5 ### Describe the solution you'd like have a build...
Now: press the tab for completion will get the following result, which doesn't show the description of command.  However, completion for options will display descriptions.  Expectation: display...
### Describe the bug My .zshrc has a zshaddhistory hook that can cause this error message: ```sh _zsh_autosuggest_async_request:zle:9: No handler installed for fd 12 ``` ### To Reproduce Steps to...
### Describe the bug I noticed that my cursor color is alternating between white to grey (using the same color as `ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE`) when it's suggesting autocompletion. ### To Reproduce Steps...
### Is your feature request related to a problem? Please describe. I have a custom strategy for [thefuck](https://github.com/nvbn/thefuck) which will suggest the correction by thefuck if the exit code of...