Re: Attach to an existing session

2014-06-12 Thread Paolo Bolzoni
Imagine I am in the session 110 and this is the situation: % tmux ls 109: 1 windows (created Fri Jun 6 23:51:57 2014) [80x24] 110: 1 windows (created Fri Jun 6 23:52:06 2014) [80x24] (attached) I would like to replace the pane I am using (110), with the 109. Now I type attach-session -t 110 and

Re: Attach to an existing session

2014-06-06 Thread Nicholas Marriott
from inside tmux switchc -t109\; kill-session -t110 should work On Fri, Jun 06, 2014 at 11:16:01PM +0100, Balazs Kezes wrote: > On 2014-06-06 23:58 +0200, Paolo Bolzoni wrote: > > Imagine I am in the session 110 and this is the situation: > > % tmux ls > > 109: 1 windows (created Fri Jun 6 23:

Re: Attach to an existing session

2014-06-06 Thread Balazs Kezes
On 2014-06-06 23:58 +0200, Paolo Bolzoni wrote: > Imagine I am in the session 110 and this is the situation: > % tmux ls > 109: 1 windows (created Fri Jun 6 23:51:57 2014) [80x24] > 110: 1 windows (created Fri Jun 6 23:52:06 2014) [80x24] (attached) > > I would like to replace the pane I am usin

Re: Attach to an existing session

2014-06-06 Thread Balazs Kezes
On 2014-05-31 18:17 +0200, Paolo Bolzoni wrote: > It is possible to replace the current pane with a deattached session? This question is a bit unclear to me. Can you please elaborate with some examples what exactly are you trying to achieve? Thanks! -- Balazs --

Attach to an existing session

2014-06-05 Thread Paolo Bolzoni
Dear list, It is possible to replace the current pane with a deattached session? Yours sincerely, Paolo -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databa