Showing Off
I’m showing off the innards of my current blog implementation.
Hopefully after I create this file in a local repository and committing and pushing to the remote repository the blog will draw from the remote repository and then post it.
Vim Spell Check
One cool thing about Vim that I don’t think many other editors have is a fairly robust spell checking functionality.
To turn it on just do:
:set spell
Then whatever text you are editing will be spell checked on the fly.
I don’t use it much while programming, but I find it useful while writing prose.