morhetz / gruvbox

Retro groove color scheme for Vim
13.65k stars 1.11k forks source link

Cannot see cursor in insert mode #253

Open jessebett opened 6 years ago

jessebett commented 6 years ago

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 commented 5 years ago

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 commented 3 years ago

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 commented 2 years ago

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...