Re: Lock a particular pane?

2011-06-23 Thread Randy Stauner
If you only want to jump back and forth between 2 panes there is a last-pane command. This won't work for more than 2 "foreground" panes, though. On Thu, Jun 23, 2011 at 2:49 AM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > No there isn't, but you could write a script to toggle the

Re: Color display looks different between tmux and normal console

2011-06-23 Thread Nicholas Marriott
Not sure if I replied to this... you shouldn't really use TERM=xterm inside tmux, you should use screen or screen-256color. I don't know why it doesn't work and I don't really have time to debug it right now. If you kill tmux, run it with -, reproduce the problem (type and select something dis

Re: bind-key to a literal keycode

2011-06-23 Thread Nicholas Marriott
I've applied this to OpenBSD, thanks. tcunha is currently too busy to sync up with SF but I'm going to try and do it this weekend if I've got time. On Mon, Jun 20, 2011 at 05:29:35PM -0500, Dustin Kirkland wrote: > On Mon, Jun 20, 2011 at 5:14 PM, Nicholas Marriott > wrote: > > TERM=gnome is nc

Re: Select pane in clockwise motion?

2011-06-23 Thread Nicholas Marriott
selectp -t:.+ will select next numerically which is usually fairly clockwise. On Thu, Jun 23, 2011 at 10:52:04AM +0100, Chris Poole wrote: > Hi, > > Is it possible to cyclicly select panes in a clockwise motion, just by > hitting the same key repeatedly? > > (Like `other-window` in Emacs, for

Re: Ring terminal bell on alert

2011-06-23 Thread Nicholas Marriott
Hi This looks okay but the options code has changed for tmux SVN. Can you provide a diff against the top of SVN? Also please add the option to the man page. Thanks! On Sat, Jun 18, 2011 at 12:57:19PM +0200, Marco Beck wrote: > Hi, > > I've just subscribed to the list and while digging through

Select pane in clockwise motion?

2011-06-23 Thread Chris Poole
Hi, Is it possible to cyclicly select panes in a clockwise motion, just by hitting the same key repeatedly? (Like `other-window` in Emacs, for example.) Reading tmux's manual, I can only find `select-pane`, which doesn't do this. Thanks Chris Poole ---

Re: Lock a particular pane?

2011-06-23 Thread Nicholas Marriott
No there isn't, but you could write a script to toggle the two other panes explicitly. On Wed, Jun 22, 2011 at 11:43:20AM +0100, Chris Poole wrote: > Hey > > Is it possible to lock a particular pane in tmux, such that switch > pane commands don't select that pane? > > My use case scenario is ha