zsh-autosuggestions
                                
                                 zsh-autosuggestions copied to clipboard
                                
                                    zsh-autosuggestions copied to clipboard
                            
                            
                            
                        Fish-like autosuggestions for zsh
The problem seems to be that when the POSTDISPLAY envvar is not set, `$#POSTDISPLAY` sometimes evaluates to `0POSTDISPLAY` instead of `0`. Using curly braces (i.e. `${#POSTDISPLAY}`) to disambiguate should mitigate...
### Describe the bug When pressing `ESC` and then immediately pressing `l` (vi-forward-char) to finish the completion after a command, the "space" will be removed in-between command and argument. ###...
### Describe the bug With a clean install using [oh-my-zsh](https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md#oh-my-zsh), I get this error: ```zsh ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh:769: parse error near `_ZSH_AUTOSUGGEST_ASY...' ``` it seems to be related to any lines containing...
### Describe the bug The following error message is printed to STDERR anytime I press the TAB key: ```text _zsh_autosuggest_highlight_apply:3: bad math expression: operator expected at `POSTDISPLA...' ``` ### To...
A lot of times there are multiple suggestions that might map to a single tool. For instance, consider the following: ```bash git checkout mybranch git checkout mybranch2 ``` Now when...
### Reproduce after describing the problem Steps to reproduce the behavior: I expected to enter a command: var Enter at the command line: var The plugin will autocomplete as: vared...
When I use the default script few letters at the beginning of the suggestion gets deleted. Steps to reproduce: a) let say I had entered `echo $SHELL` b) now with...
I am using ',' as `autosuggest-accept` , but when I want to input ',' to terminal, I failed. I have tried to toggle the autosuggest plugin, but it doesn't work....
https://pkgs.alpinelinux.org/packages?name=zsh-autosuggestions
### Describe the solution you'd like linke [incr.zsh](https://github.com/codepowerme/incr.zsh) does, you will not require pressing `->` or `tab` or anything else to accept the suggestions.