One of the many (many) benefits of having worked for BlackStar back in the day is that I learned a great deal of good stuff (keeping in touch with those people has meant I still do). One part of that good stuff is Vim.
Vim is great, once you get used to it editing files is so much easier than on editors which depend on a mouse for simple things like searching. JB pointed out that Vim is also available on Windows Hurrah! So, some pointers for my own benefit:
To set the font type of your choosing first select the font from the ‘Edit > Select font…’ menu dialog, then, in your gvim window type :echo &guifont - what you get here add into you _vimrc file like so:
set guifont=Courier_New:h8:cANSI
The part after the = is the result that was echoed back in the last step.
To set the colour scheme:
source $VIMRUNTIME/colors/darkblue.vim
Where darkblue.vim is the file that correlates to the ‘darkblue’ option in the ‘Edit > Colour Scheme’ dropdown.
«1 CommentsJune 30, MMV»
You've arrived at the homepage of Stephen Stewart. The archive is available here for those who want it. This site is happily hosted by Dreamhost. Click for more?
More!? OK then, but I can't help feeling that this will be a disappointment to you.
I work as a web designer in Belfast, and I live by the sea in a shoe. You can see me here, doing my livejournal pose as idoru called it. If you need to you can email me at carisenda -at- gmail -dot- com.
Instead of using
source $VIMRUNTIME/colors/darkblue.vim
just use
colorscheme darkblue