vim - 在 Vim 上使用 NERDTree 重命名或复制文件和文件夹。是否可以?

标签 vim nerdtree

我检查了文档,但找不到使用 NERDTree 重命名或复制文件和文件夹的方法。可能吗?

最佳答案

在您想要的节点上按m,然后选择(m)跳过当前节点。移动与重命名相同。

NERDTree Menu. Use j/k/enter and the shortcuts indicated
==========================================================
> (a)dd a childnode
  (m)ove the curent node
  (d)elete the curent node
  (c)copy the current node

关于vim - 在 Vim 上使用 NERDTree 重命名或复制文件和文件夹。是否可以?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2295809/

相关文章:

bash - 在 vim 中打开某些文件类型之前如何发出警告?

vim - 将 F2 映射到 NERDTreeToggle

macvim - NERDTree 未在打开 macvim 的目录中打开

windows - 如何在 NERDTree 中显示隐藏文件(以句点开头)?

vim - 恢复以前的 vim session 后语法突出显示不起作用

vim - 如何为 CoffeeScript 生成 ctags?

vim - 使用 Vim 编辑 Microsoft Word 文件

vim - 如何在 vim 的 shell 命令输出中滚动?

vim - 如何让 NERDTree 保持在左侧

vim - 如何在文件打开后自动关闭 NERDTree?