zsh-autosuggestions
zsh-autosuggestions copied to clipboard
Fish-like autosuggestions for zsh
To reproduce: ```zsh . ./zsh-autosuggestions.zsh zle -N →demo ``` Then repeatedly run `printf '%q\n' ${functions[(I)*demo]}` and notice how the number of functions growing. Zsh-autosuggestions is not wrapping these functions correctly....
My autocomplete is working for all the commands except for `sudo apt autoremove`. Few days ago it was working, but now it won't work. I have tried quite a few...
/Users/ice/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh:source:1: no such file or directory: /Users/ice/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh^M
/Users/ice/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh:source:1: no such file or directory: /Users/ice/.oh-my-zsh/custom/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh^M 
It just can worked in one window
exp : I open one window ,input 'source', then enter ,and then input 's', it's worked .But i open another window ,I input 's',It's not working.I'm so sadness
Fixes #540
I use tmux When I use it auto suggestion works with the already available entries in the history But if I type some commands in one tab of tmux its...
After upgrading zsh 5.5.1 → 5.8.1 : zpty:23: can't open pseudo terminal: bad file descriptor
### Describe the bug Under **cygwin x86_64/x86** After upgrading zsh from `5.5.1` to `5.8.1` , and enabling `ZSH_AUTOSUGGEST_STRATEGY=(completion)`, I'm getting the following error after typing commands that trigger suggestions (...
### Describe the bug I use zsh with vi mode enabled (bindkey -v). When I'm on the command line with an active suggestion and I enter vicmd mode, I want...
Conflict with `zsh-users/zsh-syntax-highlighting`
### Describe the bug There are conflicted between `zsh-users/zsh-syntax-highlighting` and `zsh-users/zsh-autosuggestions`. With both plugins activated, if one continuously uses `ZSH_AUTOSUGGEST_PARTIAL_ACCEPT_WIDGETS`, the last word of the suggestion will be duplicated. ###...
zsh-autosuggestions suggest `\[` if I press space as the first character in the prompt
If I press space as the first character in the prompt, it suggests `\[`. If I comment out `. ~/dotfiles/zsh/zsh-autosuggestions.zsh` this weird behaviour goes away.