Vim auto-ingress
1. Configuration File Location
Under the/etc/directory, there is a file named vimrc, which is a public Vim configuration file in the system and is valid for all users. In each user's home directory, you can create a private configuration file named ". vimrc ". For example, A. vimrc file already exists in the/root directory.
2. Set syntax highlighting
1) Open vimrc and add the following statement to highlight the Syntax:
Syntax on
2) If the syntax is still not highlighted, add the following statement to the profile file in the/etc directory:
Export term = xterm-color
3. Set Windows C/C ++ auto indent (Add the following set statement to vimrc)
1) set the (soft) tab width to 4:
Set tabstop = 4
Set softtabstop = 4
2) set the number of spaces for indentation to 4.
Set shiftwidth = 4
3) Set automatic indent: that is, the indent value of each line is equal to that of the previous line; Use noautoindent to cancel the settings:
Set autoindent
4) set the automatic indent mode in C/C ++ language:
Set cindent
5) set the specific indent mode for C/C ++ language (taking my windows style as an example ):
Set cinoptions = {s, T0, N-2, P2s, (03 S, =. 5 S,> 1 s, = 1 s,: 1 s
6) to display the line number of the text on the left, use the following statement:
Set nu
7) Add the following statement if it does not exist:
If & term = "xterm"
Set t_co = 8
Set t_sb = ^ [4% DM
Set t_sf = ^ [3% DM
Endif
How to install vim7.1
Download the latest Vim version and decompress it.
Then:
Mkdir/usr/Vim
./Configure -- prefix =/usr/Vim -- With-features = big
Make & make install
Ln-S/usr/Vim/bin/Vim/usr/bin/Vim
Then run vim.
Set vimrc as above
Set kget
it is very simple. First, ensure that the software is downloaded from the system.
[root @ btazuo ~] # Which kget
/usr/bin/kget
On The Line
and then download and install flashgot this is not flashget attention
http://addons.mozine.cn/firefox/7/
above
restart the system, this is required.
Start Firefox and find a download link to find out how to use it.