zsh-autosuggestions
zsh-autosuggestions copied to clipboard
Fish-like autosuggestions for zsh
Currently if press the → key (forward-char widget) or End (end-of-line widget) with the cursor at the end of the buffer, it will accept the suggestion, replacing the contents of...
### Is your feature request related to a problem? Please describe. Using the `completion` strategy makes the shell access the filesystem, which is very slow on external HDDs. It would...
Calling a completion widget without passing the `-w` flag causes `$WIDGETSTYLE` to be unset. This breaks logic in [`_oldlist`](https://github.com/zsh-users/zsh/blob/master/Completion/Base/Completer/_oldlist), [`_list_files`](https://github.com/zsh-users/zsh/blob/master/Completion/Unix/Type/_list_files) and [some plugins](https://github.com/marlonrichert/zsh-autocomplete).
Hi, I have some completion widgets, which I use from time to time bound in my config. Notably: _history-complete-older _history-complete-newer _history_complete_word I noticed that when I use them they insert...
I had time, so did this before hearing whether you're interested in the change with the expectation that you might simply close it. To call a zsh-autosuggestions widget from...
`W: An error occurred during the signature verification. The repository is not updated and the previous index files will be used. GPG error: http://download.opensuse.org/repositories/shells:/zsh-users:/zsh-autosuggestions/xUbuntu_22.04 InRelease: The following signatures were invalid:...
### Is your feature request related to a problem? Please describe. I would love that the same suggestions it does for commands to be done after using `|` (pipe) ###...
### Describe the bug `compgen -g` command cause repeatable autosuggestions crash, tested on multiple machines. ### To Reproduce Steps to reproduce the behavior: 1. configure oh-my-zsh 2. add zsh-autosuggestions to...