https://bugs.kde.org/show_bug.cgi?id=445550
--- Comment #4 from personalizedrefrigera...@gmail.com --- (In reply to personalizedrefrigerator from comment #3) > Here's an easier way to reproduce the bug: > • Open vim > • Press `a` > • Hold down `Enter` > > You can find my .vimrc here: > https://github.com/personalizedrefrigerator/dotfiles/blob/main/.vimrc I am suspicious of these lines in my .vimrc: ``` " Change cursor when entering insert mode " Ref: https://stackoverflow.com/questions/6488683/how-do-i-change-the-cursor-between-normal-and-insert-modes-in-vim let &t_SI = "\e[6 q" let &t_EI = "\e[2 q" ``` -- You are receiving this mail because: You are watching all bug changes.