-->

NERDTree - how to delete file

2019-03-14 06:27发布

问题:

How do you delete a file using NERDTree: vim plugin page ?

I have put this into my .vimrc file:

set modifiable

but I don't know the command to delete!

Many thanks :).

回答1:

This How to create folders in Vim (by preference using NERDTree)? should give an answer. Just type m in NERDTree window and a dialogue appears in a QuickFix window

In addition there has been made a plugin on top of nerdtree https://github.com/ivalkeen/nerdtree-execute which allows to execute files with m+x -> I use it to open pdfs I get from compiling LaTeX



标签: vim nerdtree