zsh-autosuggestions
zsh-autosuggestions copied to clipboard
Fish-like autosuggestions for zsh
### Describe the bug ### To Reproduce Steps to reproduce the behavior: ```sh % zsh -df % source path/to/zsh-autosuggestions.zsh % ... # what do you do to reproduce? ``` ###...
Include: - Slow paste with BPM enabled: https://github.com/zsh-users/zsh-autosuggestions/issues/238#issuecomment-389324292 - Suggestion not appearing (color theme issues)
After doing `true | cd ~/ `, autosuggestions no longer appear until I do `exec zsh`.
Hi there! Let me just say that I'm in love with this project, anyone not using this it's like they're still on notepad lol Anyway, I'm currently researching how to...
### Describe the bug Any widget that has a name starting with an underscore will not cause the prompt to be cleared. I'm not sure if this is intended behavior,...
### Describe the bug ### To Reproduce Steps to reproduce the behavior: ```zsh cd $(mktemp -d) git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git git clone --depth 1 -- https://github.com/zsh-users/zsh-autosuggestions > .zshrc
Given command: `echo first second` I want to cut two words `first second` by typing CTRL+WW . But then when I try to paste it with CTRL+Y I'm getting only...
I am trying to install the autosuggestion plugin but getting an error of ```txt : command not found... : command not found... : command not found... : command not found......
In my oh-my-zsh configuration case sensitivity to false but zsh-autosuggestions doesn't respects it. It should respect zsh config for case sensitivity or provide it's own config for this.