From: Gregory Brown Date: 2006-01-06T02:27:36+09:00 Subject: Re: using irb On 1/5/06, Dick Davies wrote: > On 05/01/06, Gregory Brown wrote: > > > I use plain old vim and gvim and have both irb and the ruby > > interpreter bound to keyboard shortcuts. > > > > This way, I can write out whole programs and run them, or just pop > > open an irb session right inside my editor. :) > > > > Combine this with 'ri what's under my cursor' and you've got a rockin' > > development environment > > Nice, have you got any config snippets you wouldn't mind sharing? You probably just wanted this though: ;) (slap in .vimrc) map :!ruby % map :!rake map :!ri