Open bsydhom opened 3 years ago
I am using windows 10 and this a added zsh to git bash
Also happens to me all the time, using iTerm2 on macOS Big Sur.
also happens. I am using same environment with the author of issue. When I hit backspace, wide space is written or letter are scatted. It seems like buffer poured out.
Also having this problem--I believe it's due to the zsh-autosuggestions plugin. Removing it fixes the problem for me.
I am also having this same problem.
I am using Windows 10
, I installed oh-my-zsh
in git-bash
and linked git-bash to Windows Terminal.
While looking for the problem, removing zsh-autosuggestions solved the problem, but I still want to use zsh-autosuggestions on Windows 10.
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
~/.zshrc
.
export ZSH="/c/Users/my/.oh-my-zsh"
ZSH_THEME="robbyrussell"
plugins=(git z zsh-autosuggestions zsh-syntax-highlighting)
source $ZSH/oh-my-zsh.sh
i have same problem, but when i switch this plugin to tag v0.6.4, it behaves right
cd ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions/
git checkout ae315ded4dba10685dbbafbfa2ff3c1aefeb490d
I switch to v0.6.4, fixed this bug.
cd ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions/ git checkout ae315ded4dba10685dbbafbfa2ff3c1aefeb490d
我切换到 v0.6.4,修复了这个错误。
it works for me! very nice!
Describe the bug
when I use zsh-autosuggestions .. this error happens .. while writing any commands very wide spaces is written even if hitting "DEL or Backspae"
To Reproduce
just use the .zshrc below