zsh-users / zsh-autosuggestions

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

cd xx<tab> adds new line #708

Open ZyberSE opened 1 year ago

ZyberSE commented 1 year ago

When I typ ls and tap tab everything works as expected but when I type cd and then tab a new line is added above the prompt for each tab I press.

Desktop

ericfreese commented 1 year ago

I'm not able to reproduce this. It sounds like there must be something else going on. Can you paste the simplest steps you can find to reproduce this via the template

% zsh -df
% source path/to/zsh-autosuggestions.zsh
% ... # what do you do to reproduce?