zsh-autosuggestions
zsh-autosuggestions copied to clipboard
Fish-like autosuggestions for zsh
I have a wrapper shell function for `exec()` in my environment which started to behave unexpectedly after I updated `zsh-autosuggestions`. I'm using the `unset ZSH_AUTOSUGGEST_USE_ASYNC` suggestion from the README as...
### Describe the bug As an `oh-my-zsh` plugin, `zsh-autosuggestions` fails to detect if something has been pasted and will continue to suggest until such pasted content is modified (adding/removing a...
I'm not sure if this is a bug or not implemented yet, but in fish, if you start typing a command (even if you never typed it before) it autocompletes...
### Is your feature request related to a problem? Please describe. I like get next or pervious history command by using ctrl-n and ctrl-p. I believe many people just like...
### Is your feature request related to a problem? Please describe. I am looking for deleting an suggestion which is no longer relevant. For example I a tem file has...
This solves #363.
- Add `ZSH_AUTOSUGGEST_MATCH_PREV_MAX_CMDS` configuration option: With this the until now hard-coded value of 200 can be configured. - Add `ZSH_AUTOSUGGEST_MATCH_NUM_PREV_CMDS` configuration option: With this the number of preceding commands that...
Lets users know that if they downloaded zsh-autosuggestions via pacman that the default config is found in /usr/share
### Describe the bug If a suggestion is present, using the completion widgets `_most_recent_file`, `_history-complete-newer` and `_history-complete-older` does not clear the suggestion, even when the widgets are present in `ZSH_AUTOSUGGEST_CLEAR_WIDGETS`....