How should I rename my current file in Vim?
For example:
person.html_erb_spec.rb
person
I'm doing it with NERDTree plugin:
:NERDTreeFind
then press m
To rename you can choose (m)ove the current node and change file name. Also there are options like delete, copy, move, etc...
(m)ove the current node