Set kLFT5 and kRIT5 in your external terminfo entry (outside tmux) or
with terminal-overrides to whatever your terminal generates for C-Left
and C-Right. For example, xterm has these:
kLFT5=\E[1;5D, kRIT5=\E[1;5C
Then tmux should pass \eOD and \eOC. If you want full xterm-style
modifiers set the
Hi list,
I'm mostly using tmux remotely on servers using putty (xterm terminal).
I managed to bind the ctrl+left and ctrl+right combos to do some
specific actions on my shells (bash, tcsh and zsh), using some
configuration like:
"\eOD": backward-word
"\eOC": forward-word
My problem is that in