NERDTree - how to delete file
Asked Answered
E

1

56

How to delete a file with NERDTree?

I have put this into my .vimrc file:

set modifiable

but I don't know the command to delete!

Edholm answered 16/5, 2012 at 9:7 Comment(0)
N
87

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

Nock answered 16/5, 2012 at 9:46 Comment(2)
I Updated my answer to make aware of a recent plugin.Nock
I cannot see anything except beauty, thanks a lot for nominating this awesome plugin.Anemochore

© 2022 - 2024 — McMap. All rights reserved.