How should I rename my current file in Vim?
For example:
person.html_erb_spec.rb
person
You can also do it using netrw
The explore command opens up netrw in the directory of the open file
:E
Move the cursor over the file you want to rename:
R
Type in the new name, press enter, press y.