tags:

views:

104

answers:

3

Is there a way to edit file names with vim using Explorer or NERDtree?

+1  A: 

When you navigate throw the NERDTree when you have the repertory your file should be, just press M, the Filesystem Menu should appear and you will be able to modify. its been a long time so I'm not really sure.

ludo
A: 

If you are using the standard 'netrw' file explorer then put the cursor on the filename and press R.

Dave Kirby
+1  A: 

vim your_directory_name

JK to move to your target directory

Shift+R to rename the directory.

Tommy