Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Set your VIM environment variable to the location of your vim configuration file (.vimrc for example).omara007 said:How can I configure my Vim in windows ? .. I have downloaded Vim 6.3 .. and I want it to have some default configuration when I use it to open files .. something like a default font .. default font size .. things like that .. cuz I don't like the default font it opens with ..
I don't to change the font each time I open the editor ..
gliss said:Set your VIM environment variable to the location of your vim configuration file (.vimrc for example).
In your autoexec.bat or whatever, do something like:
VIM=C:\.vimrc
Then in that .vimrc file you have your specific configuration information.
Hope this helps and good luck.
To simplify matters, you can simply edit the _vimrc file in your vim install foldergliss said:Set your VIM environment variable to the location of your vim configuration file (.vimrc for example).omara007 said:How can I configure my Vim in windows ? .. I have downloaded Vim 6.3 .. and I want it to have some default configuration when I use it to open files .. something like a default font .. default font size .. things like that .. cuz I don't like the default font it opens with ..
I don't to change the font each time I open the editor ..
In your autoexec.bat or whatever, do something like:
VIM=C:\.vimrc
Then in that .vimrc file you have your specific configuration information.
Hope this helps and good luck.