Re: question about create new-window on remote

2010-12-11 Thread SamLT
On Sat, Dec 11, 2010 at 12:26:21PM +0800, Cheney wrote: > i use > > tmux new -s 11.38.9.145 'ssh r...@11.38.9.145' > > to create a new-session on the remote > > atfer that i want to create a new-window and still on the remote > > is there any shortcut? C-b c will create a new-window on locale

Re: question about create new-window on remote

2010-12-11 Thread Nicholas Marriott
You could also do eg: bind S command-prompt -p host "new-window 'ssh %%'" If you prefer to type in where you want to ssh to :-). On Sat, Dec 11, 2010 at 11:30:47AM +, Nicholas Marriott wrote: > On Sat, Dec 11, 2010 at 12:26:21PM +0800, Cheney wrote: > >i use > > > >tmux new -s 11.

Re: question about create new-window on remote

2010-12-11 Thread Nicholas Marriott
On Sat, Dec 11, 2010 at 12:26:21PM +0800, Cheney wrote: >i use > >tmux new -s 11.38.9.145 'ssh [1]r...@11.38.9.145' > >to create a new-session on the remote > >atfer that i want to create a new-window and still on the remote > >is there any shortcut? C-b c� will create a new

question about create new-window on remote

2010-12-11 Thread Cheney
i use tmux new -s 11.38.9.145 'ssh r...@11.38.9.145' to create a new-session on the remote atfer that i want to create a new-window and still on the remote is there any shortcut? C-b c will create a new-window on locale thanks anyway. --