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 <prefix> 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 C-a************** send-prefix > > And here are the list-key bindings: > bind-key -r********** Up select-pane -U > bind-key -r****** Down select-pane -D > > And they no longer work as expected. > > On Thu, Oct 27, 2011 at 16:02, Nicholas Marriott > <[1][email protected]> wrote: > > 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.** > > ** **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 > > ** **<[1][2][email protected]> wrote: > > > > ** ** **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 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 workaround? > > ** ** **> > > ** ** **> ** **Thanks, > > ** ** **> > > ** ** **> ** **Keith Miller > > > > ** ** **> > > ** ** > > **------------------------------------------------------------------------------ > > ** ** **> The demand for IT networking professionals continues to > grow, and the > > ** ** **> demand for specialized networking skills is growing even > more rapidly. > > ** ** **> Take a complimentary Learning@Cisco Self-Assessment and > learn > > ** ** **> about Cisco certifications, training, and career > opportunities. > > ** ** **> [2][3]http://p.sf.net/sfu/cisco-dev2dev > > > > ** ** **> _______________________________________________ > > ** ** **> tmux-users mailing list > > ** ** **> [3][4][email protected] > > ** ** **> > [4][5]https://lists.sourceforge.net/lists/listinfo/tmux-users > > > > References > > > > ** **Visible links > > ** **1. mailto:[6][email protected] > > ** **2. [7]http://p.sf.net/sfu/cisco-dev2dev > > ** **3. mailto:[8][email protected] > > ** **4. [9]https://lists.sourceforge.net/lists/listinfo/tmux-users > > > > ------------------------------------------------------------------------------ > > The demand for IT networking professionals continues to grow, and the > > demand for specialized networking skills is growing even more rapidly. > > Take a complimentary Learning@Cisco Self-Assessment and learn > > about Cisco certifications, training, and career opportunities. > > [10]http://p.sf.net/sfu/cisco-dev2dev > > > _______________________________________________ > > tmux-users mailing list > > [11][email protected] > > [12]https://lists.sourceforge.net/lists/listinfo/tmux-users > > References > > Visible links > 1. mailto:[email protected] > 2. mailto:[email protected] > 3. http://p.sf.net/sfu/cisco-dev2dev > 4. mailto:[email protected] > 5. https://lists.sourceforge.net/lists/listinfo/tmux-users > 6. mailto:[email protected] > 7. http://p.sf.net/sfu/cisco-dev2dev > 8. mailto:[email protected] > 9. https://lists.sourceforge.net/lists/listinfo/tmux-users > 10. http://p.sf.net/sfu/cisco-dev2dev > 11. mailto:[email protected] > 12. https://lists.sourceforge.net/lists/listinfo/tmux-users > ------------------------------------------------------------------------------ > The demand for IT networking professionals continues to grow, and the > demand for specialized networking skills is growing even more rapidly. > Take a complimentary Learning@Cisco Self-Assessment and learn > about Cisco certifications, training, and career opportunities. > http://p.sf.net/sfu/cisco-dev2dev > _______________________________________________ > tmux-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/tmux-users ------------------------------------------------------------------------------ The demand for IT networking professionals continues to grow, and the demand for specialized networking skills is growing even more rapidly. Take a complimentary Learning@Cisco Self-Assessment and learn about Cisco certifications, training, and career opportunities. http://p.sf.net/sfu/cisco-dev2dev _______________________________________________ tmux-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tmux-users
