Enter the root and directory:
CD/root
2. Create. vimrc (this file does not exist by default. Note that there is a "." point in front of the file name. Is a hidden file), the configuration content is as follows:
Set hlsearch # High Brightness Reaction
Set backspace = 2 # You can use the backspace key to delete it at any time.
Set autoingdent # automatic contraction
Set ruler # displays the status of the last row.
Set showmode # The status of the row in the lower left corner
Set nu # Add the row number to the front of each row
Set BG = dark # display different background *** calls
Syntax on # syntax check, Color Display
After that, you will find that all the documents are very comfortable to open, and the dark blue becomes light blue.
This article from the "Technology is the future" blog, please be sure to keep this source http://liusen.blog.51cto.com/1435409/1546126
You can configure the vim tool to make the text clearer.