From: gabriele renzi Date: 2005-04-28T22:44:29+09:00 Subject: Re: irb command-line editing Graham Nicholls ha scritto: > Hi. Can anyone tell me how to get vi-style command-line editing in irb, > please. > Thanks I guess you can set up your own inputrc file, since IRB is based on readline, and set "editing-mode" to "vi", I never trtied it, though.