How to exit vim in 5 simple steps
OR: Help! I was using git to commit some code and now the window has changed and I don’t know what’s going on! (more…)
Read more »
In a pinch, I needed to randomize the order of a few thousand lines of plain text. In Linux you can just pipe the file through sort, even right inside Vim: Read more