Skip to content

Instantly share code, notes, and snippets.

@skanev
Created July 9, 2009 15:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skanev/143740 to your computer and use it in GitHub Desktop.
Save skanev/143740 to your computer and use it in GitHub Desktop.
aquarius@arrakeen ~ $ cat .screenrc | tail -n 19 | head -n 6
# Make shift-PgUp and shift-PgDn work like they do in xterm. (Note that this
# requires xterm to be configured to pass those keys through, and not try to
# act on them itself.)
bindkey "^[[5;2~" eval "copy" "stuff ^u"
bindkey -m "^[[5;2~" stuff ^u
bindkey -m "^[[6;2~" stuff ^d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment