Try eg:

set -g terminal-overrides "xterm*:kLFT4=\eO10C:kRIT4=\eO10D"

Then bind M-S-Left.

On Mon, Nov 22, 2010 at 03:45:24PM +0000, Steve mailinglists wrote:
>    Hi,
>    I'm on OSX with XQuartz and have been using happilily screen for years,
>    but I'm currently giving tmux a try and have been porting my screenrc to
>    my .tmux.conf.
>    However, I'm having trouble with two lines in particular... I have the two
>    lines below in my .screenrc with translate to Alt-Shift-Left and
>    Alt-Shift-Right
>    bindkey "^[O10C" next
>    bindkey "^[O10C" prev
>    This is because OSX/XQuartz play by their own rules with respect to modier
>    keys in combination with the arrow keys, so to make this work in screen I
>    could simply feed the output of
>    pressing Alt-Shift-Right in xev ( ^[O10D ) and Alt-Shift-Left ( ^[O10C )
>    Unfortunately qhen I try the same in my .tmux.conf
>    unbind M-Left
>    bind-key -n ^[O10C previous-window
>    unbind M-Right
>    bind-key -n ^[O10D next
>    It doesn't work. So my question is, what's the analogous tmux
>    configuration to screen's
>    bindkey "^[O10C" next.
>    Incidentally,
>    bind-key -n Alt-Shift-Left or Alt-Shift-Right does not work
>    Thanks for any help received,
>    Stevo

> ------------------------------------------------------------------------------
> Beautiful is writing same markup. Internet Explorer 9 supports
> standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
> Spend less time writing and  rewriting code and more time creating great
> experiences on the web. Be a part of the beta today
> http://p.sf.net/sfu/msIE9-sfdev2dev

> _______________________________________________
> tmux-users mailing list
> tmux-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/tmux-users


------------------------------------------------------------------------------
Increase Visibility of Your 3D Game App & Earn a Chance To Win $500!
Tap into the largest installed PC base & get more eyes on your game by
optimizing for Intel(R) Graphics Technology. Get started today with the
Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs.
http://p.sf.net/sfu/intelisp-dev2dev
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to