On Thu, 28 May 2009, Chris Jones wrote:
My screen ctrl-a ? shows that both k and K are kill -- is this the same
for you? If so, where's it defined?
If I do the following:
$ touch /tmp/screenrc
$ screen -c /tmp/screenrc
the outcome is that Ctrl-a ? now displays:
kill ^K k
Presumably these
On Thu, May 28, 2009 at 06:29:08PM EDT, Dan Mahoney, System Admin wrote:
> On Thu, 28 May 2009, Chris Jones wrote:
[..]
> >The way to work around this issue as recommended by the manual is
> >either not to use Ctrl-a as your screen escape key or to rebind kill
> >to something else, such as "Shift
On Thu, 28 May 2009, Chris Jones wrote:
On Thu, May 28, 2009 at 12:38:51PM EDT, Dan Mahoney, System Admin wrote:
On Thu, 28 May 2009, Albert Vilella wrote:
Hi,
I've got a screen session with about a dozen of terminals, and a
couple of them are basically unresponsive. I can navigate to the
On Thu, May 28, 2009 at 12:38:51PM EDT, Dan Mahoney, System Admin wrote:
> On Thu, 28 May 2009, Albert Vilella wrote:
>
> >Hi,
> >I've got a screen session with about a dozen of terminals, and a
> >couple of them are basically unresponsive. I can navigate to them in
> >screen, but they don't res
On Wed, May 27, 2009 at 20:17, Asif Iqbal wrote:
> How do I change the title of a screen window (tab) dynamically, to
> match the hostname I ssh to ?
I created a file of aliases for all of the servers I connect to:
alias server='echo -e "\ekservername\e\\" && ssh server
&& echo -e "\ekbash\e\\"
On Thu, May 28, 2009 at 12:12:14PM EDT, Albert Vilella wrote:
> Hi,
>
> I've got a screen session with about a dozen of terminals, and a couple of
> them are basically unresponsive.
> I can navigate to them in screen, but they don't respond. Is there a way to
> kill them or hide them so that
> the
On Thu, 28 May 2009, Albert Vilella wrote:
Hi,
I've got a screen session with about a dozen of terminals, and a couple of them
are basically unresponsive.
I can navigate to them in screen, but they don't respond. Is there a way to
kill them or hide them so that
they don't show up when navigat
Hi,
I've got a screen session with about a dozen of terminals, and a couple of
them are basically unresponsive.
I can navigate to them in screen, but they don't respond. Is there a way to
kill them or hide them so that
they don't show up when navigating down to all my terminals?
__