Last updated
Was this helpful?
Last updated
Was this helpful?
When you edit a directory with vim (vim .
), you are taken into netrw which allows you to explore the contents of that directory. By default, you will see a list of the files and directories in the target directory, like so:
This (thin
) is only one of a few listing styles that you can use to explore a directory. The other styles are long
, wide
, and tree
. You can cycle between them by pressing i
. For instance, if you cycle through to the tree
format, you will be presented with navigable tree structure like so: