Developer's notes

Go to Blog

And one more useful Vim command: to make my markdown files easy to read, I limit the line width with 100 chars and highlight longer lines:

set tw=100
2mat ErrorMsg '\%101v.'

The editor split lines automatically as I type, but if I add some text in the middle of the line, I have to select a paragraph with vap command and reformat it with gq.