Open Songggggr opened 11 months ago
same here. took me a while to find out that this is cause by this plugin. please fix
Note: it only happens for the first cmd when opening a new shell
A workaround is to disable lazy loading by defining this variable before sourcing the pluing:
ZVM_INIT_MODE=sourcing
However, this can introduce other side effects, such as the need to source ZVM after oh-my-zsh for it to work.
@tummetott It doesn't work, It can be repeated every time
@Songggggr I'd love to dig this issue. Could you please provide much more details as issue template? Thank you.
@tummetott It doesn't work, It can be repeated every time
I mean the bug only exists when opening a new shell, typing something that has an autocompletion, canceling the line with C-u. Once you press ENTER for any cmd (can also be an empty cmd), then the bug is gone.
@tummetott It doesn't work, It can be repeated every time
I mean the bug only exists when opening a new shell, typing something that has an autocompletion, canceling the line with C-u. Once you press ENTER for any cmd (can also be an empty cmd), then the bug is gone.
Yes, press ENTER or reinput then the bug is gone. But repeated trigger autocomplete and Ctrl+u appearing again. @jeffreytse
If you delete with ctrl + u, it will reproduce