Open In App
Related Articles

Terminator – A Linux terminal emulator

Improve Article
Improve
Save Article
Save
Like Article
Like

As the name suggests, ‘Terminator’ is a pretty badass emulator which provides you with functionalities like split horizontally, split vertically, etc, as one wants in a single window. Not only does it provide split horizontally or vertically, but, also one can give a custom title to each and every terminal and several other features such as multigrid-like structure, layouts savings, etc.

Features:

  • Split terminal horizontally.
  • Split terminal vertically.
  • Custom title to terminal.
  • Multigrid-like structure.
  • Layout savings.

Installation:

Installing terminator is a very simple and easy process and can be achieved in one step.

For kali Linux:

sudo apt-get install terminator

For Ubuntu:

sudo apt install terminator

For Arch Linux:

sudo pacman -S terminator

For CentOS:

sudo yum install terminator

Demo:

Let’s quickly install it and use it.

Let’s use its split-screen feature.

Here we can see that we have split the terminal horizontally and vertically, and then running different services at the same time and getting their results at one go.

We can also collapse the terminal if we want.

How to use Terminator:

Firstly, run “terminator” command in your terminal to use it. Once you fire the command, you will be able to see the screen shown below.

To split Terminal horizontally, use– Ctrl+Shift+0.

To split Terminal vertically, use – Ctrl+Shift+E

To clear the active terminal, use Ctrl+shift+X.

Shortcuts:

Below are the few shortcuts by which one can navigate to the terminator.

Add TabCtrl+shift+T
Bottom SubterminalAlt+Down
Top SubterminalAlt+Up
Right SubterminalAlt+Right
Clear Active TerminalCtrl+Shift+X
Rename SessionAlt+Shift+X
Move Tab LeftAlt+Shift+Left|Ctrl+Shift+PageUp
Move Tab RightAlt+Shift+Right|Ctrl+Shift+PageDown
Next TabCtrl+PageDown
Next Tab in HistoryCtrl+Shift+Tab

Both the default terminal and terminator look identical but are very different when it comes to features offered by them. As we can see, the splitting screen feature is so helpful and cool and can be used by someone who is working on a project and doesn’t want to switch terminals to run different services at the same time. One can split the screen horizontally or vertically as one wishes too. Therefore, it can be seen, that, again, Linux is very powerful and useful when used correctly. 

Last Updated : 30 Jun, 2021
Like Article
Save Article
Similar Reads