screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: multiple child windows for screen


From: Pavan Rikhi
Subject: Re: multiple child windows for screen
Date: Fri, 7 Sep 2012 00:12:24 -0400

On Thu, Sep 6, 2012 at 1:38 PM, Chris Jones <address@hidden> wrote:
> ยน The above does it remotely, targeting an already-running screen
>   session, but naturally, you could stick the same commands in your
>   ~/.screenrc, like so:
>
>   | screen -S sockname
>   | split
>   | split -v
>   | focus down
>   | split -v
>
>   .. and you will have four sub-windows immediately after you fire up
>   screen

If you do this, detaching and reattaching will make you lose your
splits. The "layout" command circumvents this:

| layout new
| split
| split -v
etc.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]