Jostein Berntsen wrote:
>
> This blog post discusses how to achieve that:
>
> http://platypope.org/blog/2007/3/10/fun-with-screen
>
> - Jostein
>
Almost have it working... The only thing i'm noticing is that when I (Ctrl+a
c) to make a new screen, it seems to be parsing the hostname of the
Good day all,
I would like to be able to bind a key to *swapping* the position of the
current in the window list with the window to the left (or to the right).
Use case, sort of: I have say ten different windows open, and it turns out
that I would want to group a few of them (in which I have rela
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
On 15.01.10,14:31, maillistjb wrote:
> Hello all
>
> Brand new to screens and have a lot of reading / catching up to do
> .. atm im going over the manual .. if you can can you throw some
> quick links / shortcuts my way if you can so i can get this screens
> down faster
>
Hi,
You can try these f
On 05.01.10,10:02, halonothing wrote:
>
> Anyone know of a scripta way to set a Screen name to the host you're
> connected to rather than having it default to "Bash" ?
This blog post discusses how to achieve that:
http://platypope.org/blog/2007/3/10/fun-with-screen
- Jostein
__
On 15.01.10,14:31, maillistjb wrote:
> Hello all
>
> Brand new to screens and have a lot of reading / catching up to do
> .. atm im going over the manual .. if you can can you throw some
> quick links / shortcuts my way if you can so i can get this screens
> down faster
>
Hi,
You can try these f
if you use ssh, you can try -
$cat bin/myssh
#!/usr/bin/ksh
screen -X title $1
exec ssh -t -C $1 /usr/bin/bash -i
Essentially, you can use "-X" option to set the title.
-
prakash
On Tue, Jan 5, 2010 at 10:02 AM, halonothing wrote:
>
> Anyone know of a scripta way to set a Screen name to the
On 05.01.10,10:02, halonothing wrote:
>
> Anyone know of a scripta way to set a Screen name to the host you're
> connected to rather than having it default to "Bash" ?
This blog post discusses how to achieve that:
http://platypope.org/blog/2007/3/10/fun-with-screen
- Jostein
__
I'm looking for a way to have a visual cue (preferrably in the status
line) to know when the escape sequence (C-a) has been pressed. This
would be particularly useful when nesting screen sessions. I've
looked through the man page for the string escapes sequences but
haven't found anything that do