Tag Archives: vim

Nice Piece on Using Vim

I ran across this nice reflection on the vim editor by someone who switched 18 months ago. In my own case, it was about 18 years. I’d been an emacs user forever, and it was just killing me (carpal tunnel, tennis elbow, and who-knows-what). So I made the switch to vi (and, soon enough, vim). It took awhile to get used to modes, but the alternative is playing Twister with my ring and pinky fingers.

irb with readline on mac using rvm – vi keystrokes

One last whack at this problem. I just got email from a reader of this blog. (Well, technically, a reader of Google, which reads everything, so I shouldn’t feel too impressed with myself.) Anyway, he found my blog post and emailed to tell me the problem with my .inputrc, which was that I needed these two lines:

set editing-mode vi
set keymap vi

I already had the former, but it’s probably been 5 years since I learned how to write a .inputrc file, and I must have missed learning then about the latter. So I added it, and it works like a champ!