Created
February 15, 2013 12:43
-
-
Save TauPan/4960178 to your computer and use it in GitHub Desktop.
Get the Shift-PGUP/PGDOWN keys to scroll in screen's copy mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Get the Shift-PGUP/PGDOWN keys to scroll in screen's copy mode | |
bindkey [5;2~ eval "copy" "stuff \002" | |
bindkey -m [5;2~ stuff \002 | |
bindkey -m [6;2~ stuff \006 | |
bindkey -m ^[[5~ stuff \002 | |
bindkey -m ^[[6~ stuff \006 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
additionally, I have
bindkey -s '^[[5~' 'screen -X copy\n'
in my .zshrc