zsh-autosuggestions
zsh-autosuggestions copied to clipboard
Fish-like autosuggestions for zsh
patchelf --replace-needed ./_arguments:463: command not found: LIB_ORIG After completing the parameters, and then adding the path later, if you want to complete the path, an error will be reported
I originally had posted this as an issue on [marlonrichert/zsh-autocomplete](https://github.com/marlonrichert/zsh-autocomplete) but it was pointed out that this would be better classified as an issue in zsh-autosuggestions. If you have zsh-autosuggestions...
As the title states, sometimes suggestions on small buffer can get annoying especially for 1-3 characters. These changes add support for a buffer min size. Added/updated tests accordingly.
I've changed the config file and changed the fg to 255 as follows  but nothing happens, like bellow  I've also tried the color of 3,4, which didn't work,...
Hi folks, When creating a zle widget whose name starts with `_`, it is ignored by zsh-autosuggestions, leading to various situations where the suggestion should be refreshed, but isn't. Typically,...
This implements two unit tests that were being skipped: 1. **options/buffer_max_size_spec.rb** - _a suggestion when ZSH_AUTOSUGGEST_BUFFER_MAX_SIZE is specified is not provided when the buffer is longer than the specified length_...
I frequently use ssh to login to my servers on my computer. However several of the websites I visit show up as suggestions for remote host names, is there any...
I installed zsh autosuggestions through brew, but after executing source~/. zshrc, I was prompted **[oh-my-zsh] plugin 'zsh-autosuggestions' not found**,Then I moved the zsh autosuggestions in the brew directory to the~/....
This PR fixes two bugs in async code. 1. Insert `-` in `echo -nE "$suggestion"`. This is necessary to prevent `"$suggestion"` from being treated as an option for `echo`. 2....
This commit is based on [zsh-syntax-highlighting's similar commit][1]. Also, motivated from PRs #640 #617 . [1]: https://github.com/zsh-users/zsh-syntax-highlighting/commit/750aebc553f2f4149055ef4cb9d7641f5df6d3ea