zsh-autosuggestions icon indicating copy to clipboard operation
zsh-autosuggestions copied to clipboard

Strange autosuggestions behaviour on Mac

Open douwedevries opened this issue 2 years ago • 2 comments

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.

douwedevries avatar May 13 '22 19:05 douwedevries

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

12Wass avatar May 26 '22 14:05 12Wass

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

Devarth123 avatar May 28 '22 06:05 Devarth123