VIM & vimrc file
1, Installing Vim Binaries on Win64
To install Vim, first download vim72.zip. This 18MB file contains all the files you need for a full installation, including the latest Vim runtime.
Unzip the zipfile into a directory whose name ends in vim, such as C:\Program Files\Vim, D:\vim, or C:\mytools\vim. This will create avim72 subdirectory, containing all the files. Start a cmd.exe window, cd ...\vim\vim72, then run install.exe, the command-line installer. This will offer you a series of choices. You can probably just type d to "do it".`
On Vista and Windows 7, you must run the cmd window as an Administrator. (Most users run as administrators on earlier versions of Windows.)
2, Open vimrc file
http://vim.wikia.com/wiki/Open_vimrc_file
The vimrc file contains optional runtime configuration settings to initialize Vim when it starts. On Unix based systems, the file is named .vimrc
, while on Windows systems it is named _vimrc
. :help vimrc
3, The ultimate Vim configuration - vimrc