views:

138

answers:

5

I am looking for a good ruby editor that supports VI commands. I have been using gvim but it would be nice to have an IDE that helps me navigate between files. Any suggestions?

I realize there is a similar question http://stackoverflow.com/questions/172168/ruby-on-rails-editor-for-windows however it doesn't address VI specific editors.

+3  A: 

You don't have to give up your favourite editor. Navigation between files can be done inside Vim with the NERD tree plugin:

NERD tree screenshot

(image source)

Thomas
+2  A: 

Adam Lowe blogged a nice guide for setting up Vim with various plugins for Rails development: http://www.adamlowe.me/2009/12/vim-destroys-all-other-rails-editors.html

John Topley
A: 

I use vim all day doing rails stuff, and it is hard to think of another editor that gives me what fuzzyfinder_textmate, nerd_tree, and rails.vim ex commands do when it comes to opening files

Matt Briggs
+1  A: 

RubyMine + IdeaVIM plugin

Marek Jelen
A: 

Kate has VIM mode. It is part of KDE, but since 4.0 KDE may be installed on Windows. Beware that installer will install tons of dependencies for you...

skalee