Thursday, September 5, 2019

Re: Unwanted underline

JH wrote:
> Wow, that makes different, it displays color, no underline any more,
> how can I run the vim without --clean?
>
> Also, I use .vimrc configure, what the statement can I add to .vimrc
> to turn the color off?

You might like ":syntax off". I have that in my .vimrc.

But to outright disable colors, setting the terminal setting for number
of colors supported to zero is very effective:

:set t_Co=0

All of the t_* settings are termcap overrides, using the same names as
the traditional short termcap names. On my system "man terminfo" gives
the names.

Elijah

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/46PZY25THszfYQ%40panix5.panix.com.

No comments: