问题描述
如何使用 NERDTree 删除文件:vim 插件页面?
How do you delete a file using NERDTree: vim plugin page?
我已经把它放到了我的 .vimrc
文件中:
I have put this into my .vimrc
file:
set modifiable
但我不知道删除命令!
推荐答案
This如何在 Vim 中创建文件夹(根据偏好使用 NERDTree)?应该给出答案.只需在 NERDTree 窗口中输入 m
,QuickFix 窗口中就会出现一个对话框
ThisHow 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
另外在nerdtree之上做了一个插件https://github.com/ivalkeen/nerdtree-execute 允许使用 m
+x
执行文件 -> 我用它来打开我从编译 LaTeX 中得到的 pdf
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
这篇关于NERDTree - 如何删除文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!