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

zsh autosuggestions autocomplete color stays the same, doesn't change after autocompleting pr #790 partially fixes this bug

bug

This PR adds the possibility to not only append text on suggestion but also in specific cases replace the entire buffer. Use case is described in https://github.com/daanvdk/zsh-autosuggest-abbr-history.

I'm using `zsh-autosuggestion` and `zsh-autocompletion`. I just installed the latest `zsh-autosuggestion` and `zsh-autocompletion` on Fedora41. When I select a completion candidate item, the suggusetion is still there and this is...

If I add `set -x` to show how command works, I get the full screen of `+_zsh_autosuggest_bind_widgets:`. Is there a way to avoid that? Somehow could not find the explanation...

### Describe the bug When changing git branches and installing npm dependencies, I am regularly seeing this error: After that, my terminal hangs and other applications, e.g. Chrome, Teams crash....

bug

### Describe the bug If anything is bound to ^J, and the completion strategy is active for zsh-autosuggestions, then if you quickly type an auto completion, backspace, type more, backspace,...

bug