On Thu, Sep 6, 2012 at 1:38 PM, Chris Jones <cjns1...@gmail.com> 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. _______________________________________________ screen-users mailing list screen-users@gnu.org https://lists.gnu.org/mailman/listinfo/screen-users