Saturday, May 14, 2022

[FIXED] How to scroll up and down in sliced "screen" terminal

Issue

I just installed screen and like the idea to divide linux terminal into multiple pieces. But I can't figure out one thing: How to scroll up and down, when I'm in screen. When I'm using regular linux terminal I can achieve this with Shift + Pg Up or Shift + Pg Dn`. but unfortunatelly it doesn't work in divided terminal.

That's what I mean when saying screen and divided terminal: enter image description here

And that's a regular termina (just in case): enter image description here


Solution

1.Control+a, then Escape.
2. after that, you should be able to move your cursor around using the arrow keys:
, , PgUp, PgDn and sometimes works mouse wheel
3. return control: q or Esc



Answered By - Anthony
Answer Checked By - Robin (PHPFixing Admin)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.