zsh-autosuggestions icon indicating copy to clipboard operation
zsh-autosuggestions copied to clipboard

Fish-like autosuggestions for zsh

Results 196 zsh-autosuggestions issues
Sort by recently updated
recently updated
newest added

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....

enhancement

Seems like the latest tag `v0.7` is 3 years old. A new one would be great. :)

enhancement

### 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...

bug

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...

enhancement

Now: press the tab for completion will get the following result, which doesn't show the description of command. ![C2~78FKCQ {P8Z`JSM~94_9](https://github.com/zsh-users/zsh-autosuggestions/assets/41829090/b6eaf281-4a47-4a26-9a64-eb7379c54090) However, completion for options will display descriptions. ![X27GQW()(61F30OUI)LQ}_B](https://github.com/zsh-users/zsh-autosuggestions/assets/41829090/e6a3f1e0-75be-4a6e-a65c-481a364d72e9) Expectation: display...

enhancement

### 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...

bug

### 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...

bug

### 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...

enhancement