Site icon DesignLinux

Terminator – A Terminal Emulator to Manage Multiple Terminal Windows on Linux

Terminator is a Linux terminal emulator, which is released under General Public License and is available for GNU/Linux operating systems. The application program lets you use multiple splitted and resized terminals, all at once on a single screen similar to the tmux terminal multiplexer.

[ You might also like: How to Use Tmux to Access Multiple Terminals in One Window ]

How it is Different

Having multiple Gnome Terminal in one window in a very flexible manner is a plus for Linux nerds.

Who Should Use It

Terminator is aimed at those who normally arrange lots of terminals near each other, but don’t want to use a frame-based window manager.

What are its Features

Installation of Terminator Emulator on Linux

On most of the standard Linux Distributions, the terminator version is available in the repository and can be installed using package manager as shown.

$ sudo apt-get install terminator      [On Debian, Ubuntu and Mint]
$ sudo yum install terminator          [On RHEL/CentOS/Fedora and Rocky Linux/AlmaLinux]
$ sudo emerge -a x11-terms/terminator  [On Gentoo Linux]
$ sudo pacman -S terminator            [On Arch Linux]
$ sudo zypper install terminator       [On OpenSUSE]    

How to use Terminator

Run the “terminator” command in the terminal to use it. Once, you fire the command you will see a screen similar to below.

Terminator Terminal Window

Terminal Emulator Keyboard Shortcuts

To get the most out of Terminator it is crucial to know the key bindings to control. The default shortcut keys that I use most are shown below.

Split Linux Terminal Window
Split Linux Terminal Vertically
Hide Linux Terminal Scrollbar

Note: Check the hidden scrollbar above, it can again be made visible using the same above key combination.

Switch Linux Terminal Window

Terminator Keyboard Shortcuts

There are several terminator keyboard shortcuts available:

Note: Super is a key with the windows logo right of left CTRL.

That’s all for now. Don’t forget to provide us with your valuable feedback in the comment section.

Exit mobile version