Scrolling on GNU Screen
June 9th, 2009
No comments
Interesting tip for those using GNU Screen. If you need to scroll up and see output already hidden from the screen, just press
Ctrl + A , [
This will get you into “copy mode”. I didn’t look around for how to actually copy, but you can scroll with the arrow keys.
To get out of copy mode, just press “[” again.
Categories: linux
