How should I go about renaming my current file in vim.
For example:
- I am editing
person.html_erb_spec.rb
- I would like it renamed to
person.haml_spec.rb
- I would like to continue editing
person.haml_spec.rb
How would I go about doing this, elegantly?