romkatv / powerlevel10k

A Zsh theme
MIT License
45.5k stars 2.16k forks source link

Ctrl+C is broken when using zsh-history-substring-search plugin with powerlevel10k #2742

Open oxcl opened 1 month ago

oxcl commented 1 month ago

I have experienced an issue with zsh-history-substring-search plugin (both the standalone version and the one in ohmyzsh) where i have to press ^C twice to cancel the prompt. by disabling other plugins i have realized that this only happens when powerlevel10k is active. this issues only occurs after pressing the up arrow key and activating the zsh-history-substring-search functionality. without pressing the up arrow key it works fine

grimm26 commented 1 month ago

I cannot reproduce this issue, FYI.

oxcl commented 1 month ago

I cannot reproduce this issue, FYI.

interesting. i will do more testing then