May 2011
2 posts
My Problem With "Distraction-Free" Setups
When you really care about what you’re doing, it’s a struggle to stop working on it. If you need to hide your menubar, turn off your internet, and quit all other running other applications, I submit that the problem is not “distraction”, but that that you don’t care enough.
Folding Fun With Vim and Markdown
Here’s a fun little bit of vimscript that I came up with (after a great deal of experimentation and delving into Vim’s documentation for it’s regular expressions (which kick the crap out of Emacs’, if I can say)) to give you syntax folding for your markdown documents. Just add this to ~/.vim/after/syntax/markdown.vim (creating that file if it doesn’t...