I've seen in some video that it is possible to split terminal window into several areas (not tabs), but can't found those video and can't understand how to do it.
Asked
Active
Viewed 5,279 times
1 Answers
5
The default gnome-terminal
doesn't support splitting,it only allows using tabs. What you want is either Terminator , byobu,or screen.
In the first case, Terminator is a standalone terminal emulator.
Byobu and screen are terminal multiplexers , which are basically apps that run inside terminal emulator.
Any of these can be installed via sudo apt-get install <app-name>

Sergiy Kolodyazhnyy
- 105,154
- 20
- 279
- 497