Reading List
Managing Local and Remote Filesystems with Vim and netrw from The Valuable Dev RSS feed.
Managing Local and Remote Filesystems with Vim and netrw
When I began to use Vim, everybody was using NERDTree. So I followed: to navigate through my filesystem, NERDTree would be the answer for many years to come.
Nowadays, I mostly use a fuzzy finder to find the files I want, but a file explorer can still be useful in some situations:
When I look at a new codebase. It helps to have a general overview of the filesystem, to understand the structure of the project.