NERDTree - how to delete file

我的未来我决定 提交于 2019-12-03 06:28:58

问题


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



来源:https://stackoverflow.com/questions/10615294/nerdtree-how-to-delete-file

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!