Yep, works perfectly. Thanks for this -- I missed this. Much appreciated.
On Wed, Apr 10, 2013 at 6:45 AM, Ashwin G wrote:
> Vim understands the xterm style key sequences when the TERM variable is
> set to xterm*. But since tmux sets it to screen instead, vim fails to
> recognize these keys.
Vim understands the xterm style key sequences when the TERM variable is set
to xterm*. But since tmux sets it to screen instead, vim fails to recognize
these keys. But this is easily fixable (and should be documented in the man
page if not already done IMO).
First, you need to enable the xterm-key
The default VIM key sequence to navigate to the previous/next tab is
C-PageUp and C-PageDown, respectively. It appears that these sequences do
not work under either tmux 1.5 or 1.6, and I've tried under Centos as well
as Ubuntu. I tried unbinding the sequence in my .tmux.conf, but that had no
effec