53

Is it possible to rename a file in NERDTree? I know about the m menu but there is no rename option.

Scientist1642
  • 1,172
  • 1
  • 11
  • 17

2 Answers2

116

Use Move, (m)ove the current node in the m menu to rename.

iMom0
  • 12,493
  • 3
  • 49
  • 61
8

Just to clarify @iMom0's answer:

To rename a file in NerdTree, navigate to it, then press mm.

It will open a prompt with the old full path already written for you, which you can modify to type the new name of the file.

adamency
  • 682
  • 6
  • 13