Re: tmux and resuming sessions

2013-09-24 Thread Fabio Coatti
In data martedì 24 settembre 2013 04:21:13, Shawn Wilson ha scritto: > That should also be a function to allow define / attach of a session name as > is done with screen. > Nicholas Marriott wrote: > >You can shorten this to > > > > tmux attach || tmux new > > Yes, on the same page there are se

tmux and resuming sessions

2013-09-24 Thread Fabio Coatti
Hi all, some time ago I asked on this mailing list some way to emulate, with tmux, the same behaviour of screen -R (resume old session, if no sessions are present create a new one). Now I found a page that shows some solutions (aliases) that basically works for me: alias ltmux="if tmux has; th

Re: screen -R behaviour

2013-09-10 Thread Fabio Coatti
Marriott : > IIRC tmux new -A > > > > Original message ---- > From: Fabio Coatti > Date: 10/09/2013 07:29 (GMT+00:00) > To: tmux-users@lists.sourceforge.net > Subject: screen -R behaviour > > > Hi All, > I'm just started to use tmux after years of

screen -R behaviour

2013-09-09 Thread Fabio Coatti
Hi All, I'm just started to use tmux after years of screen addiction :) and I have a question, probably silly, but I haven't found any hint looking around. Basically I'm uset to launc screen with -R option, with the intended effect of "attach to an existing session if present, otherwise launch a ne