Monthly Archives: January 2009

Maps Caps Lock key to Escape

One thing that bothered me about vim for some time was the delay in getting access to command mode. Reaching up and over to Escape just felt unnatural. So why not bind this action to a closer key? A good … Continue reading

Posted in CLI | Tagged , , , | 3 Comments

Fixing the function keys on the Apple Keyboard in Ubuntu

As I mentioned in a previous post, I love the feel of the Apple Keyboard. It’s comfortable, fast, reliable, and looks great to boot. [EDIT, 2010-07-07: I recommend you check out this page no matter what version of Ubuntu you … Continue reading

Posted in Desktop | Tagged , , , | 21 Comments

More vim tricks and vim screencasts

I have been coming across quite a few incredible vim commands and shortcuts recently. Many are related to programming Python, which I am collecting and working into a post. For now, I wanted to mention a few unrelated items. This … Continue reading

Posted in CLI | Tagged , , , , , | 7 Comments

Updating Trac tickets in svn commits

The ability to update and close Trac tickets associated with a given repo whenever a commit is made to that repo is pretty handy. No more committing, going to the Trac site, updating. I found several guides on setting this … Continue reading

Posted in CLI | Tagged , , , , , , | 6 Comments

In search of a superior terminal: yakuake

I have been content using gnome-terminal for a while now. It’s responsive, featureful, and easy to configure. But there are quite a number of terminal emulators available out there, and I had only tried a handful. So recently I went … Continue reading

Posted in Desktop | Tagged , , , , | 2 Comments