Hi
The program is called "screen" just in case you are looking fo it. The first sentence from the man page says "Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells)."

On Linux I also use Ctrl-Z whrn in vim to go out to a shell to perform a task and then "fg" to go back into vim to the point where I was. Note: Don't try to open another edit on the same file, or you'll get a warning message

--
Andrew

On Mon, 25 Aug 2008, anders wrote:

On 25 Aug, 16:32, [EMAIL PROTECTED] (Amit Saxena) wrote:
Hi all,

   - I am using Perl 5.8.4 and "vi" (not "vim") on Solaris 9.

While developing my Perl programs, I have to open two sessions one for my
"vi" session and another where I run my perl programs. Moreover, in some
scenarios, I have to open a sqlplus session to access Oracle 10g. Shifting
between the sessions is tough sometimes.

Is there a possibility where I can customize "vi" for some shortcuts for at
least running Perl programs or accessing sqlplus session ?

   - Is there a ctags like facility for Perl as well ?

Thanks & Regards,
Amit Saxena

There is a serverprogram called Screens it can handle multiple
screens and let you switch between,

On VI you could enter :! to get a shell, test your program and CTRL-D
back
to the VI, this is my way, maby there is easy steps...

// Anders


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/

Reply via email to