Re: bind-key question

2010-11-24 Thread Nicholas Marriott
if you want tmux to pass those keys through to applications inside you need to turn on the xterm-keys option and configure the applications to recognise them there is no standard key format for any modifiers except meta and ctrl, tmux only produces xterm-style keys (which do support shift and shif

Re: bind-key question

2010-11-24 Thread Steve mailinglists
On Mon, Nov 22, 2010 at 8:21 PM, Nicholas Marriott < nicholas.marri...@gmail.com> wrote: > Try eg: > > set -g terminal-overrides "xterm*:kLFT4=\eO10C:kRIT4=\eO10D" My bubble has been burst. Whilst the terminal-overides trick did indeed work in allowing my custom shortcuts to work, I've just disc

Re: bind-key question

2010-11-24 Thread Steve mailinglists
On Wed, Nov 24, 2010 at 12:32 AM, Ben Boeckel wrote: > Steve mailinglists wrote: > >> Try eg: > >> > >> set -g terminal-overrides "xterm*:kLFT4=\eO10C:kRIT4=\eO10D" > >> > > > > Thank you that worked for me. This now leaves no reason preventing my > switch > > to tmux. I love the panes. > > Is t