Re: tmux window resizing

2013-04-03 Thread Ted Unangst
On Wed, Apr 03, 2013 at 17:58, Thomas Adam wrote: > On 3 April 2013 17:14, Ted Unangst wrote: >> >> short version: how do i make tmux stop resizing the window? > > setw -g aggressive-resize off > > Does this for me. Note that it's not set by default. Thanks, but it doesn't work for me. Or at l

Re: tmux window resizing

2013-04-03 Thread Thomas Adam
On 3 April 2013 17:14, Ted Unangst wrote: > > short version: how do i make tmux stop resizing the window? setw -g aggressive-resize off Does this for me. Note that it's not set by default. -- Thomas Adam