>From tmux FAQ (http://tmux.svn.sourceforge.net/viewvc/tmux/trunk/FAQ):

* How do I attach the same session to multiple clients but with a different
  current window, like screen -x?

One or more of the windows can be linked into multiple sessions manually
with
link-window, or a grouped session with all the windows can be created with
new-session -t.

While using new-session -t approach I end up with so many unused sessions.
I've found http://mutelight.org/articles/practical-tmux which has a script
to delete defunct sessions. This sounds like something tmux should deal
with.

Perhaps one could add an option named auto-kill-at-deattach which kills
sessions created with new-session -t after they are deattached. Auto kill
should not affect sessions created with new-session -s.
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to