Re: panes, windows, sessions vs screen's behaviour.

2010-02-07 Thread Aaron Denney
On Sun, Feb 07, 2010 at 08:30:00AM -0500, Paul Hoffman wrote: > Sorry if this is nitpicky, but you can save two processes by putting > more logic in your awk code, e.g.: > > unattached=$(tmux "$@" list-sessions | awk '!/attached/ { print $1; exit > }') > ... > attached=$(tmux "$@" lis

Re: panes, windows, sessions vs screen's behaviour.

2010-02-07 Thread Paul Hoffman
On Fri, Jan 29, 2010 at 06:56:52PM -0700, Aaron Denney wrote: > I've gotten the proposed solution of tmux-in-tmux to work fairly well. > For others amusement, I'm attaching the scripts I'm using. In addition, > I have a seperate conf that unbinds the window switching in the top > tmux, and switche

Re: panes, windows, sessions vs screen's behaviour.

2010-02-03 Thread Nicholas Marriott
Hi Looks cool. In later tmux you can bind multiple prefix keys eg (^A, ^B), I find that handy if I ever attach to the inner tmux on its own. On Fri, Jan 29, 2010 at 06:56:52PM -0700, Aaron Denney wrote: > I've gotten the proposed solution of tmux-in-tmux to work fairly well. > For others amusem

Re: panes, windows, sessions vs screen's behaviour.

2010-01-29 Thread Aaron Denney
I've gotten the proposed solution of tmux-in-tmux to work fairly well. For others amusement, I'm attaching the scripts I'm using. In addition, I have a seperate conf that unbinds the window switching in the top tmux, and switches its shell to "tmux-under"; similarly, my standard conf unbinds pane

Re: panes, windows, sessions vs screen's behaviour.

2010-01-18 Thread Nicholas Marriott
On Mon, Jan 18, 2010 at 02:48:32PM -0700, Aaron Denney wrote: > On Mon, Jan 18, 2010 at 09:16:12PM +, Nicholas Marriott wrote: > > > 1. When I have two clients connected to the same session, I want them > > > to be able to select windows independently, rather than being locked > > > together.

Re: panes, windows, sessions vs screen's behaviour.

2010-01-18 Thread Aaron Denney
On Mon, Jan 18, 2010 at 09:16:12PM +, Nicholas Marriott wrote: > > 1. When I have two clients connected to the same session, I want them > > to be able to select windows independently, rather than being locked > > together. I see no way to completely do that, though if I know the > > maximum n

Re: panes, windows, sessions vs screen's behaviour.

2010-01-18 Thread Nicholas Marriott
Hi > Hello. Given how much cleaner tmux code and configuration is, I'd love > to be able to switch from screen. For most of what I do, this is quite > doable. However, there are some differences from screens behaviour, and > screen's is strongly preferable to me. > > 1. When I have two clients