vim is too fancy. I want it to be simple, without any color, and all fonts should be normal white. How to do it?
某草草2017-05-16 16:35:50
Under /etc/, there is a file named vimrc, in which you can set up and turn off syntax highlighting - -
黄舟2017-05-16 16:35:50
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