Re: strange pane navigation issue in 1.5

2011-10-27 Thread Nicholas Marriott
What do you set the prefix option to or do you leave it set to C-b? Does C-b Up and C-b Down work as expected? You should bind send-prefix to the key where you want eg C-a to send C-a to the window itself. On Thu, Oct 27, 2011 at 04:06:03PM -0700, Keith Miller wrote: ># Bind keys >bind

Re: strange pane navigation issue in 1.5

2011-10-27 Thread Keith Miller
# Bind keys bind C-asend-prefix And here are the list-key bindings: bind-key -r Up select-pane -U bind-key -rDown select-pane -D And they no longer work as expected. On Thu, Oct 27, 2011 at 16:02, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > So what are you setting

Re: strange pane navigation issue in 1.5

2011-10-27 Thread Nicholas Marriott
So what are you setting the prefix option to? Are you doing C-b C-a Up? On Thu, Oct 27, 2011 at 03:52:07PM -0700, Keith Miller wrote: >Sorry for the confusion.** I've bound send-prefix to Ctrl-A.** So when I >send "Ctrl-A Up" I get the "[A" instead of it going up one pane.** >Likewis

Re: Terminal types supporting XT

2011-10-27 Thread Nicholas Marriott
Hi I added the screen bit, thanks. Don't think we should add rxvt, xterm is a standard part of X11 but rxvt is not. Latest ncurses actually has incorporated this in xterm terminfo so we can drop those when that is widespread. On Tue, Oct 11, 2011 at 07:44:16PM +0200, Romain Francoise wrote: >

Re: strange pane navigation issue in 1.5

2011-10-27 Thread Keith Miller
Sorry for the confusion. I've bound send-prefix to Ctrl-A. So when I send "Ctrl-A Up" I get the "[A" instead of it going up one pane. Likewise for down. This is new for me in 1.5 (1.4 didn't do it) on Oracle Linux. On Thu, Oct 27, 2011 at 15:36, Nicholas Marriott < nicholas.marri...@gmail.com>

Re: Change colours in ins versus cmd edit mode

2011-10-27 Thread Nicholas Marriott
Cool thanks. Man page I just meant remove the quotes, if you look at the bind-key bit it just says: is bound in .Ar key-table : the binding for command mode with .Fl c So there is no markup or quotes around the "command" in "command mode". On Mon, Oct 24, 2011 at 01:13:25PM -0400, Ben Boeckel

Re: Implement pane_index format string

2011-10-27 Thread Nicholas Marriott
Can you resend the diff apart from the window index change and I'll apply it? Thanks On Mon, Oct 24, 2011 at 01:09:58PM -0400, Ben Boeckel wrote: > On Sun, Oct 23, 2011 at 02:17:19 +0100, Nicholas Marriott wrote: > > Did you send a diff changing window_pane_index to behave like > > window_index?

Re: Display Glitch Occurring After Hiding and Showing the Status Bar

2011-10-27 Thread Nicholas Marriott
tmux version? Platform? Terminal? TERM outside tmux? On Mon, Oct 24, 2011 at 07:09:19PM +0200, Bastien Dejean wrote: > Hi, > > If the left part of my status bar looks like that: > > http://cl.ly/BEXU/tmux_good.png > > And if I toggle it off and on, I get the following result: > > http://cl.l

Re: tmux equivalent of hlsearch

2011-10-27 Thread Nicholas Marriott
There is not, no, just the normal search. On Mon, Oct 24, 2011 at 08:52:13AM -0600, todd freed wrote: > Hello, > > I am wondering if there is a tmux equivalent of the vi :set hlsearch > command. This would make it so that when I go into copy-mode and use a > search string to locate some text, tex

Re: strange pane navigation issue in 1.5

2011-10-27 Thread Nicholas Marriott
I don't understand what you're doing... send-prefix never took any arguments, do you mean send-keys? send-keys doesn't go though the command parser so you can't use it to switch panes. On Thu, Oct 27, 2011 at 01:39:06PM -0700, Keith Miller wrote: >In version 1.5 whenever I try to navigate p

Re: strange pane navigation issue in 1.5

2011-10-27 Thread Keith Miller
Even after overriding the default repeating behavior for "Up" (select-pane -U) it is still occurring. On Thu, Oct 27, 2011 at 13:42, Thomas Adam wrote: > On Thu, Oct 27, 2011 at 01:39:06PM -0700, Keith Miller wrote: > > In version 1.5 whenever I try to navigate panes with "send-prefix Up" (or >

Re: strange pane navigation issue in 1.5

2011-10-27 Thread Thomas Adam
On Thu, Oct 27, 2011 at 01:39:06PM -0700, Keith Miller wrote: > In version 1.5 whenever I try to navigate panes with "send-prefix Up" (or > Down), it no longer works as expected. It seems to only work one out of > twenty times or so, and the rest of the time tmux just prints the string > "[A" (f

strange pane navigation issue in 1.5

2011-10-27 Thread Keith Miller
In version 1.5 whenever I try to navigate panes with "send-prefix Up" (or Down), it no longer works as expected. It seems to only work one out of twenty times or so, and the rest of the time tmux just prints the string "[A" (for Up) and "[B" (for Down). Is anyone aware of this issue and/or of a