|
|
|
|
|
by petepete
5149 days ago
|
|
In IRB I use flyrb[1], which gives me methods called vi, emacs and mate, that give me this functionality. Incidentally, because I want syntax-highlighting for ruby, I have this in my ~/.irbrc def vim
edit_interactively("vim -c 'set ft=ruby'")
end
[1] - https://github.com/jtrupiano/flyrb |
|
;)