zsh-autosuggestions
zsh-autosuggestions copied to clipboard
Strange autosuggestions behaviour on Mac
I am experiencing an issue with ash-autosuggestions for quite some time now. Basically when I tab to activate autosuggest the text that was entered beforehand is unable to be removed. I enclosed a video which might make it more clear: https://youtu.be/vyQoVTQ9iT8
macOS 12.3.1 zsh 5.8 (x86_64-apple-darwin21.0)
My .zshrc is very basic:
export PATH=$PATH:$HOME/.scripts
export PATH=/usr/local/sbin:$PATH
export ZSH="/Users/douwedevries/.oh-my-zsh"
plugins=(git brew sublime sudo zsh-autosuggestions zsh-syntax-highlighting)
source $ZSH/oh-my-zsh.sh
Please let me know if you need more information.
I am facing the same problem as you with quite the same configuration in .zshrc.
this was fixed just see this post https://github.com/zsh-users/zsh-autosuggestions/issues/683