Try the iTerm2/tmux integration

2011-12-20 Thread George Nachman
If you use a Mac, you might be interested to know that a new test build of iTerm2 includes tmux integration. By running tmux with a new argument, tmux windows are rendered as native windows or tabs. There's no more need for a prefix key. Interacting with windows and split panes becomes easier, and

[PATCH] Ignore status line clicks for mouse-select-pane

2011-12-20 Thread Romain Francoise
Hi, When mouse-select-pane and mouse-select-window are both enabled, clicking on the status line to select another window also changes the current pane of the active window to the one adjacent to the status line. This is probably not what was intended, so make mouse-select-pane ignore clicks in t

Re: set-titles not working

2011-12-20 Thread Thomas Adam
On Tue, Dec 20, 2011 at 08:31:22AM -0500, Josh Audette wrote: > A comment in my file says "! Allows Sawfish keyboard-paste to work". My > old laptop has no middle-mouse button and the touchpad buttons were > inconveniently placed -- had to move hand away from keyboard to paste -- > so I used this

Re: set-titles not working

2011-12-20 Thread Josh Audette
On Mon, Dec 19, 2011 at 08:16:53PM +, Nicholas Marriott wrote: > Can you do this: > > printf '\033]0;abc\007'; sleep 10 > > outside tmux. > > If your title doesn't change, your terminal doesn't support it, tmux > is changing it correctly by the look of it. Thanks for taking the time to revi