John T’s akzeptierte Antwort (GNU-Bildschirm, Zugriff mit screen
) war das, was ich brauchte, aber ich brauchte ein paar Minuten, um einige Grundlagen zu lernen, um es nützlich zu machen. Hier ist die Starthilfe, die ich für die Tastenbelegung brauchte (direkt aus der Manpage) - beachten Sie, dass Sie die GNU-Version für vertikale Teilungen installieren müssen (aufgeführt nach der FAU-Version, die in meinem Mavericks war).
Außerdem empfehle ich Ihnen dringend, man screen
zu überfliegen, um zu sehen, was Ihren Bedürfnissen entspricht. Sie können immer einfach ein anderes Terminal über Bildschirm starten und dann das Handbuch lesen…
Screen Version 4.00.03 (FAU) 23-Oct-06
(enthalten in Mavericks und wahrscheinlich ähnlich in früheren Versionen)
The following table shows the default key bindings: C-a ' (select) Prompt for a window name or number to switch to. C-a " (windowlist -b) Present a list of all windows for selection. C-a 0 (select 0) a| a| C-a 9 (select 9) C-a - (select -) Switch to window number 0 - 9, or to the blank window. C-a tab (focus) Switch the input focus to the next region. See also split, remove, only. C-a C-a (other) Toggle to the window displayed previously. Note that this binding defaults to the command character typed twice, unless overridden. For instance, if you use the option "-e]x", this command becomes "]]".
…
C-a S (split) Split the current region into two new ones.
…
C-a ? (help) Show key bindings. C-a \ (quit) Kill all windows and terminate screen.
…
C-a \* (displays) Show a listing of all currently attached displays.
Zusätzliche Elemente mit ‘Bildschirmversion 4.02.01 (GNU) 28-Apr-14’
(soeben mit sudo port install screen
installiert)
Alle oben aufgeführten Elemente der Version 4.00.02 (FAU), sowie:
C-a S (split) Split the current region horizontally into two new ones. See also only, remove, focus.
Dasselbe wie oben, aber dies verdeutlicht, dass es horizontal ist. …
C-a | (split -v) Split the current region vertically into two new ones.