Rails vim navigation for lib
Y'all might be familiar with :Emodel
, :Econtroller
, and :Eview
but today I learned that there is a vim rails navigation for :Elib
.
The command :Elib xyz!
creates a vim buffer and file at path lib/xyz.rb
.
Y'all might be familiar with :Emodel
, :Econtroller
, and :Eview
but today I learned that there is a vim rails navigation for :Elib
.
The command :Elib xyz!
creates a vim buffer and file at path lib/xyz.rb
.