Skip to content

Instantly share code, notes, and snippets.

@ketanghumatkar
Last active December 25, 2015 13:49
Show Gist options
  • Save ketanghumatkar/6986689 to your computer and use it in GitHub Desktop.
Save ketanghumatkar/6986689 to your computer and use it in GitHub Desktop.
Terminator is a cross-platform GPL terminal emulator with features Automatic logging, Find, Horizontal scroll, Multiple Tabs, etc.

Installation and Shortcuts

Installation

Step1 : Add Terminator Repository

sudo add-apt-repository ppa:gnome-terminator

Step2 : Update sources.list

sudo apt-get update

Step3 : Install Terminator

sudo apt-get install terminator

That's it you have successfully installed Terminator in Ubuntu.

Shortcuts

Ctrl-Shift-E: Split screen Vertically.

Ctrl-Shift-O: Split screen horizontaly.

Ctrl-Shift-P: Focus on previous view.

Ctrl-Shift-N: Focus on Next view.

Ctrl-Shift-W: Close the view where the focus is on.

Ctrl-Shift-Q: Exit terminator.

Ctrl-Shift-X: Enlarge the active window.

Enjoy :)


References:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment