diff --git a/screen b/screen index 2c212c7..3179cbb 100644 --- a/screen +++ b/screen @@ -12,3 +12,10 @@ screen -ls # To quit a session: screen -XS quit + +# Scroll a current session using copy mode: +Press Ctrl+A then press ESC, scroll using arrows up, down, repag and avpag buttons, then press ESC + +# Enable mousewheel scrolling over sessions: +Add line "termcapinfo xterm* ti@:te@" (without quotes) to ~/.screenrc file. +