Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/windows/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/vim/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows 如何在NERDTree中显示隐藏文件(以句号开始)?_Windows_Vim_Nerdtree - Fatal编程技术网

Windows 如何在NERDTree中显示隐藏文件(以句号开始)?

Windows 如何在NERDTree中显示隐藏文件(以句号开始)?,windows,vim,nerdtree,Windows,Vim,Nerdtree,如何制作以(句点)开头的显示文件 我在项目目录中有一个名为.hgignore的文件。如果使用NERDTree浏览到该目录,则该文件不会显示在树中 我正在Windows上使用gvim。按I(Shift+I)在NERDTree浏览器窗口中切换隐藏文件 要在默认情况下启用此行为,请将此行添加到.vimrc文件中: let NERDTreeShowHidden=1 有关更多详细信息,请访问NERDTree帮助文件:help NERD_tree.txt并搜索“隐藏”。要隐藏隐藏的文件,请将让NERDTr

如何制作以
(句点)开头的显示文件

我在项目目录中有一个名为
.hgignore
的文件。如果使用NERDTree浏览到该目录,则该文件不会显示在树中

我正在Windows上使用gvim。

按I(Shift+I)在NERDTree浏览器窗口中切换隐藏文件

要在默认情况下启用此行为,请将此行添加到
.vimrc
文件中:

let NERDTreeShowHidden=1

有关更多详细信息,请访问NERDTree帮助文件
:help NERD_tree.txt
并搜索“隐藏”。

要隐藏隐藏的文件,请将
让NERDTreeShowHidden=0
放入vimrc。