Editors

Debugging in Ruby

Nov 7, 2012

Before I started doing Ruby I was doing mostly C#. This meant I did pretty much all my development in Visual Studio, giving me access to a very powerful debugger. Coming into the world of Ruby meant switching to Vim, which meant my editor started up in less than a second (instead of a few minutes), but it also meant I had to give up all the debugging power.

Read More →

My Vim Setup

Oct 31, 2012

A few weeks ago a blogged about how great Vim is. Since then I’ve had a few requests for my Vim setup so I thought I would put it here.

Read More →

Six months using Vim

Sep 5, 2012

I have spent the last 6 months on a project where we are using Vim as the editor of choice. Before starting on this project my only experience with Vim was a brief stint during University so I was mostly a Vim newbie.

Read More →