How to switch to the directory listing from file view in vim?
How about :e .
? This opens the current directory in Vim, i.e. it opens the file explorer. Because I have autochdir
setting set, this shows the directory that the currently edited file is in.
I'm not sure but I think that you want the :rew
command
Use ^O
to fallback previous opened file, which is your dir tree in this case.