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

Cannot see cursor in insert mode #253

Open
jessebett opened this issue Aug 31, 2018 · 3 comments
Open

Cannot see cursor in insert mode #253

jessebett opened this issue Aug 31, 2018 · 3 comments

Comments

@jessebett
Copy link

Here is what the cursor looks like before insert mode:

screen shot 2018-08-31 at 3 22 42 pm

And here is what it looks like in insert mode:

screen shot 2018-08-31 at 3 22 59 pm

in the first image that block cursor changes colour depending on the text below, which I like. The insert cursor is very very thin, and doesn't change colour in the same way. How can I make the insert cursor visible?

@illia-danko
Copy link

Hi. If you are the terminal user you might have to try adding to your vimrc(init.vim) set termguicolors in most cases it fixes issues related to the cursor. Needless to say that your color theme becomes slightly different, actually the same as a GUI's one.

@gbaranski
Copy link

Solved by changing in iTerm cursor color to white
Screenshot 2020-12-04 at 19 29 49

And then enabling Smart box cursor color
Screenshot 2020-12-04 at 19 30 52

@loqusion
Copy link

I still experienced this even with setting the cursor color to white and enabling smart box cursor color. But then I restarted iTerm, and that fixed the issue. Weird...

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

No branches or pull requests

4 participants