From 3f77c250c06a575e6f3757b5d32205281b3be6a2 Mon Sep 17 00:00:00 2001 From: mcastillof Date: Thu, 23 Feb 2023 22:59:41 -0300 Subject: [PATCH] Added scrolling cheat to screen cheatsheet Added scrolling using copy mode and scrolling with mousewheel. --- screen | 7 +++++++ 1 file changed, 7 insertions(+) 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. +