vim – NerdTree – 在树中显示文件

前端之家收集整理的这篇文章主要介绍了vim – NerdTree – 在树中显示文件前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
有一个快捷方式显示当前文件在NerdTree目录面板中。

像TextMate’显示文件在Drawer’ – Ctrl Command R

在:h NERDTree:
:NERDTreeFind                                                  :NERDTreeFind
    Find the current file in the tree. If no tree exists for the current tab,or the file is not under the current root,then initialize a new tree where
    the root is the directory of the current file.

我不认为它默认绑定到任何东西,所以你必须自己做一个键绑定。

nmap,n :NERDTreeFind<CR>

是什么出现在我的.vimrc,一起

nmap,m :NERDTreeToggle<CR>
原文链接:https://www.f2er.com/bash/391899.html

猜你在找的Bash相关文章