インストールscreen
したばかりで、Linuxターミナルを複数の部分に分割するというアイデアが気に入っています。しかし、私は 1 つのことを理解することはできませんscreen
。通常の Linux ターミナルを使用している場合は、Shift+Pg UpまたはShift+ Pg Dn` を使用してこれを実現できます。残念ながら、分割された端末では機能しません。
screen
それが、端末を分割
して言うときの意味です。
そして、それは通常のターミナルです(念のため):
インストールscreen
したばかりで、Linuxターミナルを複数の部分に分割するというアイデアが気に入っています。しかし、私は 1 つのことを理解することはできませんscreen
。通常の Linux ターミナルを使用している場合は、Shift+Pg UpまたはShift+ Pg Dn` を使用してこれを実現できます。残念ながら、分割された端末では機能しません。
screen
それが、端末を分割
して言うときの意味です。
そして、それは通常のターミナルです(念のため):
Press Ctrl-a then [ will enter the copy mode, and you can scroll up and down like vim editor. Leave the copy mode by pressing Escape.
Ctrl-a (default prefix) + [: Enter copy mode.
Esc: Quit copy mode.
Within copy mode:
Ctrl-u, Ctrl-d: Page up/down by certain amount of lines while preserving cursor position (default by half of the screen)
Ctrl-b, Ctrl-f: Page up/down by a full screen