Renaming the current file in Vim

前端 未结 21 692
轻奢々
轻奢々 2021-01-29 17:15

How should I rename my current file in Vim?

For example:

  • I am editing person.html_erb_spec.rb
  • I would like it renamed to person
21条回答
  •  离开以前
    2021-01-29 17:52

    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...

提交回复
热议问题