Set the font color for the terminal
, open the terminal then, select Preferences, then select the profile, then the left side of the window can choose the system configuration, or you can customize, and finally don't forget to set your configuration to default on the line
Vim Syntax highlighting settings
Just need to find the VIMRC configuration file on the line, enter the following command in the terminal, you can open the configuration file
CP/USR/SHARE/VIM/VIMRC ~/.VIMRC
~/.vimrc
There are a lot of people on the Internet can not find vim configuration file, you may use command+shift+g to go to the folder, or the simplest and most stupid method is you go directly to the root directory, and then a layer of CD, and then look for; system root command, view file instructions
CD/
Ls
The red box is the configuration I added, syntax highlighting, line number, automatic indentation, if you need more configuration, direct Baidu on the line, this online a lot, and finally see the effect
VIM configuration syntax highlighting under Mac