Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-blinking cursor in normal mode #352

Closed
gerardmrk opened this issue Jun 24, 2016 · 4 comments
Closed

Non-blinking cursor in normal mode #352

gerardmrk opened this issue Jun 24, 2016 · 4 comments

Comments

@gerardmrk
Copy link

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!

@johnfn
Copy link
Member

johnfn commented Jun 26, 2016

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.

@johnfn johnfn closed this as completed Jun 26, 2016
@timwis
Copy link

timwis commented Aug 12, 2017

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

"editor.cursorBlinking": "solid"

@dagolinuxoid
Copy link

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

@jyj407
Copy link

jyj407 commented Oct 27, 2021

I figured out that you can change the settings of vscode. File -> Preference -> Settings -> Cursor, choose Solid if you prefer it not to blink. That works for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants