I generally have long running screen sessions that have certain
windows open, not always the same so not worth setting in .screenrc.
Is it possible for screen to save session? Or at least just save the
window name, number, path and just some basic info that would be able
to use to reopen the same c
On 18/07/2008, roi h <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Is there a way to open a new window without switching to it?
>
> I often would like to start a command in a background window, and only
> switch to it later, but I haven't found anything in the manual about it.
>
> Thanks, Roi
>
I don't hav
I use screen -x to attach to an attached session, have you tried this?
On 02/07/2008, Samir Unni <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I was using screen, and my session was disconnected while outputting a lot
> of text (presumably due to a router choking---the upwidth for the remote box
> is prett
Hi,
I wanted to change from the ctrl-a also a while back, but I wasn't
sure if I could. I tried:
escape [[
in my .screenrc, and it just seemed to work! I was really surprised
but I like it.
It does cause me problems though If I try to paste from a clipboard
that has a '[' in it screen goes craz
try in .screenrc
chdir ~/enlace
screen -t enlace
chdir 'other/dir'
screen -t other_dir
You can also put this into a separate file and source it from the main
.screenrc using
source 'alternate.screenrc
On 29/01/2008, Sonia Hamilton <[EMAIL PROTECTED]> wrote:
> I have different .screenrc's for d