I want to try out vim, but have a little trouble with the config file. I have installed gvim here C:\\Program Files (x86)\\Vim\\vim73 and added a file called
C:\\Program Files (x86)\\Vim\\vim73
Put the following line in either your .vimrc or .gvimrc (GVIM) file.
.vimrc
.gvimrc
set colorscheme peaksea
If the file does not exist, you can just create it first via
touch ~/.vimrc