John T’s geaccepteerde antwoord (GNU screen, toegankelijk met screen
) was wat ik nodig had, maar ik had een paar minuten nodig om wat basics te leren om het bruikbaar te maken. Hier is de jump start die ik nodig had voor key bindings (rechtstreeks van de man page) - merk op dat je de GNU versie moet installeren voor verticale splitsingen (vermeld na de FAU versie die in mijn Mavericks zat).
Ik raad je ook ten zeerste aan om man screen
door te nemen om te zien wat je nodig hebt. Je kunt altijd gewoon een andere terminal starten met screen en dan de handleiding lezen…
Screen versie 4.00.03 (FAU) 23-Oct-06
(opgenomen in Mavericks en waarschijnlijk vergelijkbaar in eerdere)
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.
Aanvullende items met ‘Schermversie 4.02.01 (GNU) 28-Apr-14’
(zojuist geïnstalleerd met sudo port install screen
)
Alle bovenstaande items in de 4.00.02 (FAU) versie, alsmede:
C-a S (split) Split the current region horizontally into two new ones. See also only, remove, focus.
Hetzelfde hierboven, maar dit verduidelijkt dat het horizontaal is. …
C-a | (split -v) Split the current region vertically into two new ones.