Terminator
Terminator is a terminal emulator supporting tabs and multiple resizable terminal panels in one window native based on GNOME Terminal.
Contents |
Installation
terminator is available in the official repositories.
# pacman -S terminator
Configuration
See the man page or right click terminator -> Settings.
man terminator_config
The config file can be found here:
~/.config/terminator/config
Key commands
F11 Toggle fullscreen
Ctrl + Shift+ O Split terminals horizontally
Ctrl + Shift+ E Split terminals vertically
Ctrl + Shift+ W Close current Panel
Ctrl + Shift+ T Open new tab
Alt + ↑ Move to the terminal above the current one
Alt + ↓ Move to the terminal below the current one
Alt + ← Move to the terminal left of the current one
Alt + → Move to the terminal right of the current one
Drag and Drop
The layout can be modified by moving terminals with Drag and Drop.
More key commands
man terminator
Plugins
Terminator also supports plugins. Please read Writing Terminator plugins for more details.
External resources
- Terminator - Official site
- Writing Terminator plugins - Terminator Plugin HOWTO
- Terminator BZR - Source code