Following Nick Kreeger's <ahref="http://nkreeger.com/2008/09/macvim-ftw.html">handy post</a> on tweaking MacVim on Mac OS X I applied some of the tips to GVim under Windows to make it a little easier on the eye. The following settings are placed in your _vimrc/.vimrc file.
First up is a change of font. With the introduction of Windows Vista Microsoft had a <ahref="http://www.officeformac.com/blog/Brave-New-Fonts">set of new standard fonts</a> created. These also ship with the latest versions of Office. The Consolas monospaced font makes a good programmers font so I use this as the font when running under Windows. I've also set the size to be relatively small.
I share my vim config with Cygwin and Windows native vim. In order to get the Windows version to pick up the UNIX plugins etc in the .vim I include the following:
Turn on a custom status line which includes the file name, file type, modified and read only status, line and column numbers and the percentage through the file.
<ahref="/images/2008/09/windows-gvim.png"><imgsrc="/images/2008/09/windows-gvim.png"alt="Screenshot of GVim on Windows after customisation"title="Customised GVim"width="500"height="847"class="alignnone size-full wp-image-67"/></a>