zsh-users / zsh-autosuggestions

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

zsh stuck after double tab before paths #611

Open liesauer opened 3 years ago

liesauer commented 3 years ago

Describe the bug

zsh stuck after double tab before paths

To Reproduce

Steps to reproduce the behavior:

type source and then double tab, then zsh stuck and cannot type anything.

Expected behavior

Screenshots

GIF 2021-5-31 14-56-50

Desktop

Additional context

ericfreese commented 3 years ago

Hi, can you reproduce this problem by running zsh -df and sourcing zsh-autosuggestions manually? If not, can you try commenting out your ~/.zshrc and re-enabling one section at a time to figure out what might be causing this trouble?

Foliertovel commented 2 years ago

I had the same problem,when i use "kubectl get",this problem will be reproduce running “zsh -df” not reproduce this problem when I commenting out the command "source <(kubectl completion zsh)" in ~/.zshrc ,it's back to normal。