junegunn / goyo.vim

:tulip: Distraction-free writing in Vim
MIT License
4.49k stars 115 forks source link

cause my cursor to blink #221

Open juniway opened 4 years ago

juniway commented 4 years ago

Generally, I disable cursor blink in my iTerm2 settings. After I do :Goyo in vim, my cursor starts to blink, and even after I quite vim, the cursor blinks all the time. This completely disables/disrupts my iTerm2's functionality, which means re-disable cursor blink (check & recheck) doesn't work anymore.

image

also, autocmd like below will cause cursor blink.

autocmd! User GoyoEnter Limelight
autocmd! User GoyoLeave Limelight!

OS: Mac OS X Vim: 8.2+

juniway commented 4 years ago

Hi, is this project still under maintain? I really love it but this bug upsets me so much, I don't like blinking, it just distracts me a lot, can you be very generously fix it? I would be very appreciate it.

junegunn commented 4 years ago

I also use iTerm2 but I don't have the issue, so I can't help you. Feel free to open a pull request if you find out how to fix the problem.

juniway commented 4 years ago

you can try disable cursor blink first and then go to :Goyo, and the cursor will start to blink. it happens every time I repeat this step.

junegunn commented 4 years ago

It's already disabled and I don't have the issue.