vim is too colorful, don't use colors
天蓬老师
天蓬老师 2017-05-16 16:33:50
0
5
732

vim is too fancy. I want it to be simple, without any color, and all fonts should be normal white. How to do it?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

reply all(5)
某草草

Under /etc/, there is a file named vimrc, in which you can set up and turn off syntax highlighting - -

刘奇

Command line input:

cat << EOF >> ~/.vimrc
:syntax off
EOF
Ty80

Use vi, clam

迷茫

~/.vimrc

syntax off
黄舟

If you just want to change the current window, directly execute the following command:
:syntax off
:colo evening

colo changed the theme to night, so it has a black background and white words

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template