Re: C-PageUp and C-PageDown seems not to work in tmux

2013-04-09 Thread David Niedzielski
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.

Re: C-PageUp and C-PageDown seems not to work in tmux

2013-04-09 Thread Ashwin G
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

C-PageUp and C-PageDown seems not to work in tmux

2013-04-09 Thread David Niedzielski
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