James writes:
All I want is white on dark background or vise versa.Try ":syntax off".
--
Keith Thompson (The_Other_Keith) Keith.S.T...@gmail.com
Working, but not speaking, for Philips
void Void(void) { Void(); } /* The recursive call of the void */
James <hslee911@yahoo.com> writes:
All I want is white on dark background or vise versa.Try ":syntax off".
All I want is white on dark background or vise versa.
I use ":set t_Co=0" to tell vim the terminal supports zero colors, then
it doesn't ever try to use them. If enabled, syntax highlighting falls
back to things like bold text.
In comp.unix.shell, Keith Thompson <Keith.S.Thompson+u@gmail.com> wrote:
James <hslee911@yahoo.com> writes:
All I want is white on dark background or vise versa.Try ":syntax off".
That turns off syntax highlighting, but colors can still slip through
(I think search highlighting, for example).
I use ":set t_Co=0" to tell vim the terminal supports zero colors, then
it doesn't ever try to use them. If enabled, syntax highlighting falls
back to things like bold text.
All I want is white on dark background or vise versa.
Thanks
James
All I want is white on dark background or vise versa.
All I want is white on dark background or vise versa.
James <hslee911@yahoo.com> wrote:
All I want is white on dark background or vise versa.
Just make vi (or any other program) believe that you are working in an
old monochrome terminal.
TERM=vt220 vi
On 12.03.2022 02:40, Javier wrote:
James <hslee911@yahoo.com> wrote:
All I want is white on dark background or vise versa.
Just make vi (or any other program) believe that you are working in an
old monochrome terminal.
TERM=vt220 vi
I recall from former times that a generic term (pun not intended) for
the terminal identifier was 'dumb' (TERM=dumb vi). I just tried and
noticed that it works but (e.g.) using the arrow keys for navigation
would not be possible any more (as opposed to using vt100 or similar),
so you'd have to use HJKL. - Are there such side effects for mimicking
any VT terminal? - If so, the syntax-deactivation would be preferable.
TERM=vt220 vi
I recall from former times that a generic term (pun not intended) for
the terminal identifier was 'dumb' (TERM=dumb vi). I just tried and
noticed that it works but (e.g.) using the arrow keys for navigation
would not be possible any more (as opposed to using vt100 or similar),
so you'd have to use HJKL. - Are there such side effects for mimicking
any VT terminal? - If so, the syntax-deactivation would be preferable.
All I want is white on dark background or vise versa.
Thanks
James
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 497 |
Nodes: | 16 (2 / 14) |
Uptime: | 18:24:39 |
Calls: | 9,785 |
Calls today: | 4 |
Files: | 13,749 |
Messages: | 6,187,693 |