I like rails.vim support for navigating to the corresponding file. For example, if I'm in the Product model, I can type :Econtroller to open the ProductsController in the same window.
I want to open the controller in a newly created window or in another, but existing window.
How would I do that?
For example, to open a file, you can enter :e filename to open in the same window, and :sp filename to open in a new window. I want :sp version :Econtroller etc.
Kyle heironimus
source share