I have several php files open in Vim , at the same time I want a list of files from a specific folder in the same server in the terminal. How should I do it?
For instance:
In terminal, I'm in devserver: ~ $
Using Vim , I opened several files to continue working.
Now, to perform other operations on the same server (for example, I would like a list of files from styles / ), how to use the terminal window / tab?
What am I doing :
In one tab, open files using Vim and On another tab, other operations are performed on the same server(e.g. listing / deleting , etc.).
In this case, I have to make an ssh login for each tab. Is there a way that I can encode using Vim and perform other operations on the same
server in the terminal ?
To do this, advise the best practices .
source
share