VI/VIM file handling
Posted
by Abhimanyu
on Stack Overflow
See other posts from Stack Overflow
or by Abhimanyu
Published on 2009-07-23T10:56:42Z
Indexed on
2010/04/02
12:43 UTC
Read the original article
Hit count: 483
vim
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.
© Stack Overflow or respective owner