1、安裝
Terminator大的特點(diǎn)就是可以在一個(gè)窗口中打開(kāi)多個(gè)終端
sudo apt-get install terminator
2、快捷鍵
3、優(yōu)化配置
初始界面不太美觀
修改配置文件
sudo vim ~/.config/terminator/config
如果報(bào)錯(cuò),Unable to open ~/.config/terminator/config ,解決方法:
打開(kāi)terminator終端,然后右擊終端的黑色背景,選擇preference->layouts->add,關(guān)閉該窗口即可找到config文件。
我的配置如下:
[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