Hi.
How can I resize a tmux window to fit the size of the terminal? (if I
re-attach from a larger window than the one I started the session in).
In screen, this was C-a+F.
Thank you
Dan
--
Lotusphere 2011
Register now f
Is there a way to send a Reset in tmux? Sometimes (for example, when
using serial consoles) the terminal gets screwed up and the only way
to fix it is to reset it.
This is +R in Terminal on the Mac. I think it's just C-a r in screen.
thanks
dan
-
Well I'll be.. having this:
bind r source-file ~/.tmux.conf
sorta breaks that. :)
thanks much
dan
On Tue, Dec 21, 2010 at 3:00 PM, Micah Cowan wrote:
> (12/21/2010 11:27 AM), Dan Tulovsky wrote:
>> Is there a way to send a Reset in tmux? Sometimes (for example, when
>> u
fresh-client
I've also tried typing it in as a command:
C-b :
: refresh-client
same story.
any ideas?
dan
On Tue, Dec 21, 2010 at 3:07 PM, Dan Tulovsky wrote:
> Well I'll be.. having this:
>
> bind r source-file ~/.tmux.conf
>
> sorta breaks that. :)
>
> thanks
/stty sane and reattach.
>
> There is no reason we couldn't have a command (or an argument to
> refresh-client) to output rs0 etc but frankly reset(1) generally does a
> better job of it.
>
>
> On Tue, Dec 21, 2010 at 03:26:02PM -0500, Dan Tulovsky wrote:
>> Hmm.. so I
Dec 23, 2010 at 01:49:42PM -0500, Dan Tulovsky wrote:
>> I mean the terminal inside tmux. And yes, what I am looking for is
>> the tmux equivalent of screen's C-a Z.
>>
>> thanks
>> dan
>>
>> On Tue, Dec 21, 2010 at 3:56 PM, Nicholas Marriott
>&g