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

zsh stuck after double tab before paths

Open liesauer opened this issue 3 years ago • 2 comments

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

  • OS + distribution: Ubuntu 18.04
  • Zsh version: 5.4.2
  • Plugin version: latest

Additional context

liesauer avatar May 31 '21 06:05 liesauer

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?

ericfreese avatar Aug 23 '21 23:08 ericfreese

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。

Foliertovel avatar Feb 25 '22 03:02 Foliertovel