On 3 April 2013 17:14, Ted Unangst <[email protected]> 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
On 3 April 2013 17:14, Ted Unangst <[email protected]> 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