plaintext
Why Plaintext?
According to the Life Hacks research done by Danny O’Brien, Unix geeks uniformly prefer using plain text files to track their to-do lists. In a computing era when beautiful GUI applications will perform innumerable activities to keep track of you and your data, why would anybody still poke at plain text files, especially on the utilitarian command line of all things?
The question contains the answer: the geeks don’t want feature-bloated programs performing innumerable activities to their data. They want to pick and choose what they write down (or rather, type in), how they manipulate it, what has access to it, and when something gets changed. And they also want to be able to see the trees for the forest, so to speak, without the GUI getting in the way of their work.
See our Plaintext category for a list of posts on the topic.
Linux Tools for Writers

Aaron Peters of The Writer’s Technology Companion posted “Moving to Linux: Tools for Writers” last year, covering the basic text editors, word processors, and desktop publishing options in an article for beginning Linux users.
As an avid free and open source software (FOSS) advocate, I’ve spent some time over the last few years writing on the Linux platform. I’ve come to discover that it’s still an immature platform for certain folks, such as hardcore gamers or multimedia professionals. But for those who have their fun (or make their living) by putting words on (e-)paper, Linux offers a perfectly usable platform for doing everything a writer needs to do.
This was the first in a series of “Moving to Linux” articles, all applicable to writers:
- Moving to Linux: Tools for Writers
- Moving to Linux: Working with Text (Part 1)
- Moving to Linux: Working with Text (Part 2)
- Moving to Linux: The New OpenOffice
- Moving to Linux: Scribus for Writers
- Moving to Linux: The Netbook is Your New Best Friend
- Moving to Linux: Working with the Netbook
If you’re still using a Mac, most of the tools Linux users enjoy are available, either as separate binaries, compile-it-yourself source, or via package managers like MacPorts.
Vim a la TextMate
Alex Young posted “Vim for TextMate fans” a couple of years back, in which he ponders how to get the best of both worlds:
I’ve used vim a lot over the years, mainly because I spent a long time using Linux and it was there so I used it. The choice was obvious: vim or vi were on almost every machine I had access to, and worked excellently both locally and remotely. Once I’d learnt the basics I was set, I knew enough to get my work done.
Then I found TextMate for Mac OS. The immediacy of TextMate made it easy to get started with, and it has many excellent features. The problem is, I’m not always using a Mac. But you know who’ll follow me around to every platform I use? Good old vim! So I started thinking, how could I make vim feel more like TextMate?
Check out his screencast for more.
Using vim as a personal wiki
Abhijit Nadgouda over at iface thoughts describes a method of using vim as a simple wiki system, utilizing its built-in “tags” capability.
One thing I have learnt from experience is that the tool to collect and organize our information must be easily available and easy to use. And that is where vim scores higher than any other tool to build a wiki.[…]
Nowadays I use the vim as a combination of wiki and outliner to record my ideas and thoughts, documentation, tasks and even contacts.
Looks very easy to set up and use — I think I’ll give it a try.
Useful Unix, Vim, and Emacs tricks on Slashdot

A couple of days ago, Slashdot posted a story asking about “(Useful) Stupid Unix Tricks?”:
So the other day I messaged another admin from the console using the regular old ‘write’ command (as I’ve been doing for over 10 years). To my surprise he didn’t know how to respond back to me (he had to call me on the phone) and had never even known you could do that. That got me thinking that there’s probably lots of things like that, and likely things I’ve never heard of. What sorts of things do you take for granted as a natural part of Unix that other people are surprised at?
It’s perhaps unsurprising that there have been over 2200 comments exploring the arcana of the Unix and Unixy command line. A lot of awesome lore to check out.
Yesterday came the next story, “(Useful) Stupid Vim Tricks?”:
I thoroughly enjoyed the recent post about Unix tricks, so I ask Slashdot vim users, what’s out there? :Sex, :b#, marks, ctags. Any tricks worth sharing?
570+ comments later, there’s a lot to check out there as well.
Today’s post was inevitable, “(Stupid) Useful Emacs Tricks?”:
Since the Vi version of this question was both interesting and popular, let’s hear from the other end of the spectrum. What are your favorite tricks, macros, extensions, and techniques for any of the various Emacs? Myself, I like ‘M-x dunnet’ ;-)
200 comments and counting.
One of the most enjoyable parts of the Vim story, apart from the various spiffy command tips and tricks, were links to other sites. Here are a couple, along with a few related others I’ve linked to before.
- Best Vim Tips (Wikia) (at the Vim Tips Wiki)
- Efficient Editing With vim
- GTD with Vim
- Vimperator - Firefox add-on that makes the browser look and feel like vim.
- Word War vi - “A retro styled side scrolling shoot’em up arcade game for linux. Your mission is to traverse core memory and rid the host of emacs.” (See my followup post “Compiling Word War vi on Mac OS X”.)
- 7 Habits For Effective Text Editing 2.0 - Bram Moolenaar on Google Video. (PDF of the presentation.)