Ok, I'm going to wrap this up. It's not a send-prefix issue, I'm sorry for
all the confusion surrounding that. It appears that I have a terminal
issue between Redhat and Oracle Linux. I just installed v1.5 on the Redhat
machine and my binds are working as they always have. To be clear, my iss
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
# 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
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
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>
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
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
>
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
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