GNU/Screen is a terminal multiplexer for Linux and Unix-like systems. You can use Screen to manage multiple terminal sessions in one window.
To scroll up and down in a Screen session, use the following key combinations:
- Scroll up:
Ctrl + afollowed byEsc - Scroll down:
Ctrl + afollowed byEsc, thenq
While in scroll mode, you can use the up and down arrow keys to navigate through the content of your terminal window. To exit scroll mode, simply press the q key.
Note: The behavior of the scroll mode may vary depending on your terminal emulator, but the steps outlined above should work for most setups.