Nowa days I'm working with the Vi editor with the positive approach that you can do most things using it - unlike other editors. I came across one problem:
Let's assume I have open a folder with
vi <folder name>
so it opens the folder in Vi and lists the files in that folder. I select a file and read the content, then I want to go back to the previous view which has filenames listed so it is easy to choose another file. But don't know how to achieve this.
I'm hoping some method should be there to achieve this.