netrw directory listing
时间: 2023-04-22 10:03:00 浏览: 834
netrw是一个Vim插件,用于在Vim中浏览文件和目录。它提供了一个方便的界面,可以列出当前目录中的所有文件和子目录,并允许用户在其中进行导航和操作。这个功能被称为“netrw directory listing”。
相关问题
*warning** (netrw) sorry, cannot preview a directory such as
"/path/to/directory/"
This message usually appears when using the netrw plugin in Vim to preview a directory. The plugin is not able to display the contents of a directory in the preview window, so it displays this warning message instead. To view the contents of a directory, you can use the netrw file explorer by pressing the "o" key on the directory in normal mode, or use the terminal to navigate to the directory.
**warning** (netrw) your hiding list is empty!
引用\[1\]:我保持最小化,并且对大多数默认设置都很满意。实际上,我只是暂时移除了横幅。我告诉过你我喜欢简约 :-). 在vim-vinegar中,可以通过设置let g:netrw_banner = 0来移除横幅。引用\[2\]:目录横幅大部分是无用的。要暂时移除它,请按下I。要永久移除它,请在.vimrc中添加以下内容:let g:netrw_banner = 0。引用\[3\]:Vim还支持在!后运行任意命令。要快速列出目录,请使用以下命令::! ls -lF。
问题: **warning** (netrw) your hiding list is empty!
回答: 这个警告是由netrw插件引起的,它表示你的隐藏列表是空的。要解决这个问题,你可以使用netrw的隐藏功能来隐藏文件或目录。你可以使用`:Rex`命令来打开隐藏列表,并使用`-`来隐藏文件或目录。如果你想永久移除警告,你可以在.vimrc文件中添加`let g:netrw_hide = 1`来设置隐藏列表的默认值。这样,当你打开vim时,隐藏列表将不再为空。
#### 引用[.reference_title]
- *1* *2* *3* [开发者的实用Vim插件:netrw(vim内置插件)](https://blog.csdn.net/ciddk2085/article/details/100620812)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^control_2,239^v3^insert_chatgpt"}} ] [.reference_item]
[ .reference_list ]
阅读全文