t;Tab" based function allowing switching through screen with F11
and F12. This .screenrc setting are practically un findable again, I
found them through google once.
It would be nice if this useful yet cryptic settings could be turn on
or off from screen.
--
v type devtmpfs
devpts on /dev/pts type devpts
shm on /dev/shm type tmpfs
which would have avoided any nodev issues with /.
AM> But I created a mount point to hold screen fifos, and it worked
AM> flawlessly. It never occurred to me to try that, it was the
AM> simplest po
Or specify a different home for screen files, under a local filesystem.
-JimC
--
James Cloos OpenPGP: 1024D/ED7DAEA6
___
screen-users mailing list
screen-users@gnu.org
https://lists.gnu.org/mailman/listinfo/screen-users
t come back to this.
Thanks!
On Tue, Jan 26, 2010 at 11:51 AM, Sadrul Habib Chowdhury
wrote:
> * James Campos had this to say on [23 Jan 2010, 05:26:43 -0800]:
>> In vim, I can hit ^W^R to swap the position of two windows. Is there
>> anything similar for screen? If not, I'd l
In vim, I can hit ^W^R to swap the position of two windows. Is there
anything similar for screen? If not, I'd like to request it.
What I currently do is: move to the top window, kill it, re-split,
then select the window I just killed. I assume I could bind this
somehow, but it seems like a pretty
>>>>> "Micah" == Micah Cowan writes:
Michael> How can I move the caption line at the top of window?
Micah> I'm afraid that's not currently possible. :(
Any tips on where to look in the src to implement this (implied) rfe?
-JimC
--
Jam
cool! thanks for the research-- it's the best reply i've gotten in a while!
cheers,
_J
On 7/26/08, Micah Cowan <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
>
> James wrote:
> > hello,
> > just wan
hello,
just wanted to know why the following command gives:
$ screen -RRx
There is no screen to be attached.
whereas typing:
$ screen -xRR
gives a new screen session. (or attaches to an existing one with multiuser mode)
at the moment i'm using the second command as my "always run screen
like t