GNU Screen – How to Split Window Vertically

gnu-screen

I saw some body split their window to 2×2, I just want to know how to do that? I know the 'split' command in Screen can only split the window horizontally.

Best Answer

GNU Screen <4.01 may not support vertical split without a patch.
GNU Screen >4.01 supports vertical splitting.

The Patch is licensed under GPLv2. Some people say that the vertical split in GNU screen makes the application slow but I haven't tested. I use tmux (terminal multiplexer)

Related Question