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
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.
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
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.
--