Re: ssh in new screen window

2009-02-24 Thread Ken Nakamura
On 2/24/09 11:51 AM, "Chris Henderson" wrote: > Out of curiosity: would anyone know what these "${1...@}" ssh "$@"; means? $@ is sh for the entire arg array, and ${1...@} is for "the first arg string, removing up to and including the first '@' char". see the bash man page section on parameter e

Re: ssh in new screen window

2009-02-24 Thread Chris Henderson
On Tue, Feb 24, 2009 at 5:50 AM, Andy Harrison wrote: > On Tue, Feb 24, 2009 at 12:43 AM, Chris Henderson > wrote: >> When I SSH to a server, I would like screen to open that SSH >> connection in a new window and (re)name that window as that server's >> name. I have seen this done somewhere befo

Re: Screen manual online

2009-02-24 Thread Andy Harrison
On Mon, Feb 23, 2009 at 7:35 PM, Micah Cowan wrote: > The main hassles with using the info manual locally are that the > keybindings feel strange to people used to man, Totally agree with that. I loathe the default info bindings. Here is my .infokey file if anyone wants it. You should just be

Re: ssh in new screen window

2009-02-24 Thread Andy Harrison
On Tue, Feb 24, 2009 at 12:43 AM, Chris Henderson wrote: > When I SSH to a server, I would like screen to open that SSH > connection in a new window and (re)name that window as that server's > name. I have seen this done somewhere before using hardstatus but I > don't have that config. Here's ho