VI/VIM file handling -


Now I am working with a ViI editor with a positive attitude that you can work most by using it - Contrary to other editors. I have come into a problem:

Suppose i

  vi < Folder name & gt; Has opened a folder with.  

Then it opens the folder in V and lists the files in that folder. I select a file and read the content, then I would like to go back to the previous view in which the file name is listed. That's why choosing another file is easy.

Itemprop = "text">

G'day,

If you enter

  cntl-shift-6  

, the file must go back to its list.

Edit: If you have opened some files, you can open all files by entering the list:

 : ls  

And you will see something like this:

  1 # "ap22_build.sh.log" line 10 2% a "ccc_apache2" line 34 3 "local_package 22 "Row 12  

Then you can log in using the number on the left by going to that file:

 : 3b   Enter it in the split screen and enter: 

 : 3 sb  

HH

Cheers,


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -