Disabling PuTTY's Ctrl-Pageup/down scrollback

3

Pressing Ctrl-Pageup/down in PuTTY scrolls the scrollbar by 1 line. I wish to use this key sequence in vim. How do I disable this behaviour in PuTTY?

david

Posted 2010-09-30T01:44:02.007

Reputation: 31

Answers

0

You can't, and even if you could disable it, it wouldn't help, because PuTTY doesn't support the keycodes for modifier key combinations with the cursor and function keys.

Perhaps there's a PuTTY derivative that supports those combinations. Mintty, the Cygwin terminal that's based on bits of PuTTY, certainly does support them, and it also allows the modifier for scrolling to be configured or disabled.

ak2

Posted 2010-09-30T01:44:02.007

Reputation: 3 387

they really should add support for this in putty. Alternatively, you can use :tabn and :tabp to navigate tabs in vim – Brenden – 2012-01-31T03:35:38.653