John Tの受け入れられた答え(GNUスクリーン、screen
でアクセス)は私が必要としていたものでしたが、私はそれを便利にするためにいくつかの基礎を学ぶために数分必要でした。これは私がキーバインディングで必要としていたジャンプスタートです(マニュアルページから直接) - 垂直分割用のGNU版をインストールする必要があることに注意してください(私のMavericksにあったFAU版の後にリストアップされています)。
また、何があなたのニーズに合っているかを確認するために、man screen
を読み飛ばすことを強くお勧めします。いつでもスクリーンを使って別のターミナルを起動して、マニュアルを読めばいいのですが…。
スクリーンバージョン 4.00.03 (FAU) 23-Oct-06
(Mavericks に含まれており、それ以前のバージョンでも同様のものがあると思われます)
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.
*「Screen version 4.02.01 (GNU) 28-Apr-14'」の追加項目 *
(先ほどsudo port install screen
を使用してインストールしました)
上記の4.00.02 (FAU)バージョンの項目の全てと
C-a S (split) Split the current region horizontally into two new ones. See also only, remove, focus.
上記と同じですが、これで横長であることが明確になりました。…
C-a | (split -v) Split the current region vertically into two new ones.
0x1&