Tmux: C-PageUp and C-PageDown don't seem to work

The default VIM key sequence to go to the previous / next tab is C-PageUp and C-PageDown, respectively. It seems that these sequences do not work with tmux 1.5 or 1.6, and I tried on Centos as well as Ubuntu. I tried to untie the sequence in my .tmux.conf, but that did not affect.

Easy enough to recreate:

  • Start tmux session
  • vim xxx.dat
  • : tabnew yyy.dat
  • Try alternating tabs with C-PageUp / C-PageDown. Nada.

Repeat steps 2-4 outside of tmux and switching tabs works as it should.

+5
source share

All Articles