How to scroll up and down in sliced "screen" terminal

我刚刚安装了 screen,并且喜欢将 Linux 终端分成多个部分的想法。但是我想不通一件事: 当我在 screen的时候,如何向上和向下滚动。当我使用普通的 linux 终端时,我可以用 Shift + Pg Up或者 Shift + Pg Dn’来实现这一点。但不幸的是,它不工作在分割终端。

这就是我说 screen和分割终端的意思: enter image description here

这是一个常规的终点站(以防万一) : enter image description here

117731 次浏览

1.Ctrl+A, then Esc
2. After that, you should be able to move your cursor around using the arrow keys:
, , PgUp, PgDn and sometimes using the mouse wheel
3. 返回控制: QEsc

Ctrl-a然后 [将进入复制模式,你可以像 Vim编辑器上下滚动。 按 Escape离开复制模式。

Ctrl-a (default prefix) + [: Enter copy mode.

Esc: 退出复制模式。

在复制模式下:

Ctrl-d: 在保留光标位置的同时按一定数量的行向上/向下翻页(默认为屏幕的一半)

Ctrl-bCtrl-f: 通过全屏向上/向下翻页

使用 CTRL + A,然后 Escape输入“ 复制模式”。之后,您应该能够使用箭头键移动光标。要退出,请再次按 Escape

Another way is to do the following to use 鼠标滚轮:

echo 'termcapinfo xterm* ti@:te@' >> ~/.screenrc

使用 Ubuntu 中的“终结者”在屏幕上滚动。

sudo apt-get install terminator