Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何让NERDTree显示以.(句点)开头的文件?
.
我有一个.hgignore在项目目录中命名的文件。如果我使用 NERDTree 浏览到该目录,则该文件不会显示在树中。
.hgignore
我在 Windows 上使用 gvim。
按I( Shift+ i) 在 NERDTree 资源管理器窗口中切换隐藏文件。
要默认启用此行为,请将此行添加到您的.vimrc文件中:
.vimrc
let NERDTreeShowHidden=1
有关更多详细信息,请访问 NERDTree 帮助文件:help NERD_tree.txt并搜索“隐藏”。
:help NERD_tree.txt