Comment 1 for bug 82708

Revision history for this message
Evan Carroll (evancarroll) wrote :

While this is a bug in my eyes, some people have told me the ctrl codes for Ctrl+PgUp aren't standardized in VT-100 anyway. This wasn't minor for me, as I use vim all the time, and like to be able to change tabs in the edit mode. I've also supplied a fix, this should work for the majority, if not all, of the installs.

put this in .vimrc
:nmap <ESC>[5;5~ <C-PageUp>
:nmap <ESC>[6;5~ <C-PageDown>