1、 installation
The biggest feature of Terminator is that you can open multiple terminals in one window
sudo apt-get install terminator
2、 hot key
3、 Optimization
The initial interface is not beautiful
Modify the configuration file
sudo vim ~/.config/terminator/config
If an error is reported, Unable to open ~/.config/terminator/config, the solution:
Open the terminator terminal, then right-click the black background of the terminal, select preference->layouts->add, close the window to find the config file.
My configuration is as follows:
[ global_config]
geometry_hinting = False
handle_size =1
inactive_color_offset =1.0
title_font = mry_KacstQurn Bold 11
title_hide_sizetext = True
[ keybindings][layouts][[default]][[[child1]]]
parent = window0
profile =default
type = Terminal
[[[ window0]]]
parent =""
type = Window
[ plugins][profiles][[default]]
background_darkness =0.76
background_image = None
background_type = transparent
cursor_color ="#3036ec"
custom_command = tmux
font = Ubuntu Mono 13
foreground_color ="#ffffff"
login_shell = True
show_titlebar = False
use_system_font = False
to sum up
The above is the entire content of this article. I hope that the content of this article has a certain reference value for your study or work. Thank you for your support to ZaLou.Cn.