zsh-autosuggestions
zsh-autosuggestions copied to clipboard
zsh stuck after double tab before paths
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
Desktop
- OS + distribution: Ubuntu 18.04
- Zsh version: 5.4.2
- Plugin version: latest
Additional context
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?
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。