cklin731
cklin731
@clason I just try the nvim v0.8.3. The problem is still exist.
@clason I set 'set termguicolors' in vim v8.2.2434 and nvim v0.8.3. The CursorColumn ctermfg color and CursorLine ctermfg color are both overwritten by syntax color. If I set 'set termguicolors'...
@clason So I won't set 'set termguicolors' in my vim and nvim config.


@zeertzjq The second picture is my init.vim. You can see the CursorLine ctermfg color. That's good for me. But the CursorColumn ctermfg color isn't what I want.
> So I did some research and I think it might be because of pressing Ctrl + M sends the same ASCII code (13) as the Enter key. > >...