This is vim crown vim brief
-------------------------------------------------
What is VIM
Vim is an almost compatible version of the UNIX editor Vi. Many new features has been added:multi-level undo, syntax highlighting, command line history, on-line help, Spell Checki NG, filename completion, block operations, etc. There is also a graphical User Interface (GUI) available.
This editor was very useful for editing programs and other plain text files. All commands is given with the normal keyboard characters, so those who can type with ten fingers can work very fast. Additionally, function keys can be defined by the user, and the mouse can be used.
Vim runs under Amiga dos, MS-DOS, Ms-windows (Atari, 98, Me, NT, $, XP, Vista, 7), BeOS MiNT, Macintosh,, VMS, RISC OS, OS/2 and almost all flavours of UNIX. Porting to other systems should not being very difficult.
-------------------------------------------------
The first use of Vim under window, from the network to get a lot of configuration introduction. Here is a brief summary of the next window vim download installation and configuration for later use.
(1) Download and install. Official download http://www.vim.org/, double-click Install;
(2) Set the Windows User environment variable path, which makes the user easy to operate and can "start-execute" into vim directly
(3) Configure Vim to execute script _VIMRC. Make it conform to your own usage habits, my _vimrc is to add the following settings in the default _VIMRC:
-----------------------------------------------------------------
Set go=
Set Guifont=monospace:h10,consolas:h10
Set tabstop=4 or set ts=4 can set the character length of the Keyboard tab occupancy is 4
Set Cindent adjusts the indentation (indentation) style to the C language indentation style. When you edit a newline after setting, you can implement your own active indentation
Set shiftwidth=4 setting Shiftwidh value to adjust its own active indent length
-----------------------------------------------------------------
Copyright notice: This article blog original article. Blogs, without consent, may not be reproduced.
Vim for Windows download and installation