I am just getting into rails.vim as my ROR IDE and I am really liking it. The only thing I don't know how to do, that I wish I could, is hop back to the last file I was editing.
For example, if I am editing one file, say a view and I use :Rcontroller
to hop over the the corresponding controller, is there a way to quickly go back to the model (without :Rmodel
)? I'm looking for some functionality like that of CTRL-TAB
in visual studio.