简体   繁体   English

Vim和NERD树-删除文件

[英]Vim and NERD tree - deleting a file

Is there an easy way to delete a file under the cursor in Vim NERDTree? 有没有简单的方法可以删除Vim NERDTree光标下的文件?

Toggling help ? 切换帮助? doesn't show any mappings for deleting. 没有显示任何要删除的映射。

Use m to open the menu, then d (or scroll down to delete and press enter). 使用m打开菜单,然后使用d (或向下滚动以删除并按Enter)。 Esc exits the menu if you changed your mind. 如果您改变主意,则Esc退出菜单。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM