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 中,文件星号/粗体是什么意思?对于缩小的 JavaScript 文件,有时对于可执行的 shell 脚本,这似乎发生了很多。
带星号的文件是可执行文件。例如,您可以检查/usr/bin目录,您会看到该目录中的几乎所有文件都已加星标。
/usr/bin
对于粗体,当前根为粗体。例如,如果您选择/usr/bin/然后键入C,您当前的根目录将是/usr/bin,并且会在您的 NERDTree 窗口顶部以粗体显示。
/usr/bin/
C
在这里,我没有看到文件名以粗体突出显示...