I installed vim, I opened it, and I found the cursor is not blinking. Is that the behavior by default?
How can I make it blink?
Ubuntu 12.04, vim 7.3.429.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That’s a terminal setting, it has nothing to do with Vim. Many people find a blinking cursor distracting there, that’s why it’s probably off by default.
When you’re working locally on the same box (i.e. without remote access), I would recommend using GVIM, the graphical version of Vim. Though it generally looks and behaves the same as console Vim, it has some nice visual features (like undercurling spell errors), supports some more key combinations for mappings, and avoids some problems with pasting text. In GVIM, you can influence the cursor, cp.
:help 'guicursor'.