Skip to content

Instantly share code, notes, and snippets.

@csmr
Last active December 21, 2015 15:59
Show Gist options
  • Save csmr/6330892 to your computer and use it in GitHub Desktop.
Save csmr/6330892 to your computer and use it in GitHub Desktop.
Put this clunky hack in .screenrc to get screen inside a term inside a ssh -session to scroll up (and after that down, in copy mode) with pageup -key. Del, Esc and Ctrl+A exit copy mode.
bindkey "^[[5~" eval "copy" "stuff ^b" # enter copy mode and move up one page
bindkey -m "^[[5~" stuff ^b # move up one page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment