* Matt Ford had this to say on [28 Jan 2010, 15:23:41 +0000]:
> Hi All,
>
> My screen ssh wrapper doesn't work in some windows as I'm logged onto  
> another system.  To sort this I'd like to bind the following and have  
> the $HOST prompted for i.e.,
>
>   bind s screen -t $HOST ssh $HOST
>
> Is that possible?  Is it easier if we drop the need for substitution and  
> pop up the ex like mode for further input.  For example I tried
>
>   bind s colon screen ssh
>
> hoping that might let me then type in the hostname.

Try:
        bind s colon 'screen ssh '

You can then type in the hostname. However, note that it will not set
the window title to the entered hostname.

Sadrul



_______________________________________________
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to