Oops... doesn't seem to work if the keycode is single-quoted, so it would need to read:
#hotkeys for Ctrl+PageUp/Ctrl+PageDown navigation in screen’s copy/scrollback mode #scroll the display up/down by a half screen #bindkey "^[[5;5~" eval 'copy' 'stuff ^u' #bindkey "^[[6;5~" eval 'copy' 'stuff ^d' #scroll the display up/down by a full screen #bindkey "^[[5;5~" eval 'copy' 'stuff ^b' #bindkey "^[[6;5~" eval 'copy' 'stuff ^f' Cheers, Chris.