Vim: Non-blinking cursor in normal mode

Created on 24 Jun 2016  路  3Comments  路  Source: VSCodeVim/Vim

I am so, so sorry for creating an issue for this, but I was wondering if it's possible to make the cursor not blink when in "normal" mode (similar to the vim-mode package in Atom). It is weirdly unsettling to have it blink both in visual and normal, I tried getting used to it but to no avail. The default user settings does not give the option of toggling "visible" for normal either. Thanks in advance!

help wanted

Most helpful comment

Just in case anyone else gets here from search, the above config option no longer works. Instead, you can use:

"editor.cursorBlinking": "solid"

All 3 comments

Hehe, I dunno why you're sorry about making an issue 馃槂

I should have fixed this with #361. Sadly, it's not perfect, as I don't believe VSCode currently offers a nonblinking native cursor, so we just hack it in ourselves.

Turn it on by putting "vim.useSolidBlockCursor": true, into your user settings.

Just in case anyone else gets here from search, the above config option no longer works. Instead, you can use:

"editor.cursorBlinking": "solid"

@timwis, thanks! It makes an animation to behave statically for all states, but I am ok with it.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

WangRongda picture WangRongda  路  3Comments

AndersenJ picture AndersenJ  路  3Comments

ACollectionOfAtoms picture ACollectionOfAtoms  路  3Comments

jaredly picture jaredly  路  3Comments

elithrar picture elithrar  路  3Comments