zsh-users / zsh-autosuggestions

Fish-like autosuggestions for zsh
MIT License
30.43k stars 1.85k forks source link

Strange autosuggestions behaviour on Mac #686

Open douwedevries opened 2 years ago

douwedevries commented 2 years ago

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.

12Wass commented 2 years ago

I am facing the same problem as you with quite the same configuration in .zshrc.

Devarth123 commented 2 years ago

this was fixed just see this post https://github.com/zsh-users/zsh-autosuggestions/issues/683