📅 2014-May-08 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ terminal, terminator ⬩ 📚 Archive
There are lots of terminal applications for Linux. Most of them now support tabs. However, I was looking for the best terminal application that supported splitting. I think I found it in Terminator.
Installing Terminator is easy:
$ sudo apt-get install terminator
If you are on an old Ubuntu version or need the latest version of Terminator, use the PPA:
$ sudo add-apt-repository ppa:gnome-terminator/ppa
$ sudo apt-get update
$ sudo apt install terminator
When you open Terminator, it opens with one terminal. It has no menubar or toolbar. Many of the operations you can perform can be accessed by right-clicking in the terminal to get a context menu. Terminator has sensible keyboard shortcuts to achieve almost anything you want: split terminal, move between terminals and many other common operations. The split terminal windows can be easily resized by dragging the window border with the mouse.
Some of the keyboard shortcuts I like to use are:
Ctrl + Shift + O
Ctrl + Shift + E
Ctrl + Tab
Alt + Up
, Alt + Down
, Alt + Left
, Alt + Right
Ctrl + Shift + S
Ctrl + Shift + X
F11
Shift + Pg Up
and Shift + Pg Down
Ctrl + Shift + F
Tried with: Terminator 0.97 and Ubuntu 14.04