Re: remain-on-exit notification

2011-09-05 Thread Randy Stauner
awesome! thanks a lot! i personally build from Thomas's clone on github (which copies from sourceforge svn i believe). On Mon, Sep 5, 2011 at 4:41 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Thanks, applied to OpenBSD. This'll be in SF in a week or so (everyone > is away/busy

Re: binding multiple commands

2011-09-05 Thread Nicolas Pinto
Nicholas, Thanks a lot, it's much better! bind m set -g mouse-select-pane \; set -g mouse-resize-pane \; set -g mouse-select-window\; set -g mode-mouse N On Mon, Sep 5, 2011 at 7:29 PM, Nicholas Marriott wrote: > > bind a set -g mouse-select-pane \; set -g mouse-resize-pane \; set -g > mouse-

Re: remain-on-exit notification

2011-09-05 Thread Nicholas Marriott
Thanks, applied to OpenBSD. This'll be in SF in a week or so (everyone is away/busy so when someone gets time to sync :-). On Wed, Aug 31, 2011 at 07:07:53AM -0700, Randy Stauner wrote: >Usually simpler is better **;-) >I think this is great! >Thanks! > >On Wed, Aug 31, 2011 at 1

Re: binding multiple commands

2011-09-05 Thread Nicholas Marriott
bind a set -g mouse-select-pane \; set -g mouse-resize-pane \; set -g mouse-select-window will make C-b a toggle all three. On Thu, Sep 01, 2011 at 01:42:32PM -0400, Nicolas Pinto wrote: > Hello, > > First of all, thanks a ton for tmux -- it's a clear game changer in my work! > > I'd like to