script to maximize/restore panes

2012-11-02 Thread Kazuhiko Sakaguchi
Hi all. I wrote a script to maximize and restore panes in tmux. It's similar to the tmux-zoom. https://gist.github.com/3901976 Idea of tmux-zoom is awesome, but it has some problems. - If title of the zoomed pane is changed, tmux-zoom can't restore the pane correctly. - tmux-zoom may kills a no

Re: Python Scripting

2012-11-02 Thread Philip Herron
On 3 November 2012 01:04, Philip Herron wrote: > Hey > > Not sure if this patches will ever be useful to anyone but i decided i > wanted to be able to add commands to tmux in python as i wanted to > interact in a nice way with my system. So i made these patches. > > You compile with: > > sh autoge

Re: tmux with multiple monitors

2012-11-02 Thread Mark Volkmann
On Fri, Nov 2, 2012 at 8:50 AM, Thomas Adam wrote: > On 2 November 2012 13:42, Mark Volkmann > What do I have to do to > attach to the same session from two clients and have > > each client view a different window in the session? > > Use grouped-sessions. See "man tmux". > Mystery solved! Thank

Re: tmux with multiple monitors

2012-11-02 Thread Thomas Adam
On 2 November 2012 13:42, Mark Volkmann > What do I have to do to attach to the same session from two clients and have > each client view a different window in the session? Use grouped-sessions. See "man tmux". -- Thomas Adam -

Re: tmux with multiple monitors

2012-11-02 Thread Mark Volkmann
On Fri, Nov 2, 2012 at 8:20 AM, Thomas Adam wrote: > On 2 November 2012 13:16, Mark Volkmann wrote: > > I'm not seeing a change from that option. Here's what I did: > > * added option to ~/.tmux.conf > > * killed all sessions > > This may or may not be the same thing as "kill-session" depending

Re: tmux with multiple monitors

2012-11-02 Thread Thomas Adam
On 2 November 2012 13:16, Mark Volkmann wrote: > I'm not seeing a change from that option. Here's what I did: > * added option to ~/.tmux.conf > * killed all sessions This may or may not be the same thing as "kill-session" depending on how you did it. So I would kill the server and try again. -

Re: tmux with multiple monitors

2012-11-02 Thread Mark Volkmann
On Thu, Nov 1, 2012 at 5:02 PM, Aaron Schrab wrote: > At 10:40 -0500 01 Nov 2012, Mark Volkmann wrote: >>The only issue is that it seems that the number of rows and columns of >>characters displayed in each iTerm window must be the same. Extra space >>in the larger window is filled with period ch