rails + vim tip: :RSunittest Apr 05
Using rails.vim, there are a bunch of ways to navigate around your project using :R commands: :Rview, :Rcontroller, :Rmodel, :Runittest, etc.
You can also do :RS with any of these and they will open up in a split window. So if you are in a model, you can do :RSunittest and vim will open your unit test in a split window.
Add a comment