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.
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.
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>