On Wed, Apr 03, 2013 at 17:58, Thomas Adam wrote: > On 3 April 2013 17:14, Ted Unangst <t...@tedunangst.com> 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 least, whatever it does falls short. I think I want setw no-resize-not-now-not-ever. I fat finger switching desktops in dwm and now my nice big tmux xterm is all squished up. I undo the resize back the way it was. How do I ensure that the contents of the tmux xterm will be exactly like they were before?