本文主要是介绍Terminator终端的配置,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
配置文件的位置
- 安装好
terminator
终端后,按照网上的教程,路径~/.config/terminator/config
是空的,连terminator
文件夹都找不到 - 命令
man terminator_config
出来也看不出什么 - 干脆自己新建一个文件
config
文件,还是上面的路径,配置文件的内容参考网上的
[global_config]title_transmit_bg_color = "#d30102"focus = systemsuppress_multiple_term_dialog = True
[keybindings]
[profiles][[default]]palette = "#2d2d2d:#f2777a:#99cc99:#ffcc66:#6699cc:#cc99cc:#66cccc:#d3d0c8:#747369:#f2777a:#99cc99:#ffcc66:#6699cc:#cc99cc:#66cccc:#f2f0ec"background_color = "#2D2D2D" # 背景颜色background_image = None background_darkness = 0.85 cursor_color = "#2D2D2D" # 光标颜色cursor_blink = True # 光标是否闪烁foreground_color = "#EEE9E9" # 文字的颜色use_system_font = False # 是否启用系统字体font = Ubuntu Mono 13 # 字体设置,后面的数字表示字体大小copy_on_selection = True # 选择文本时同时将数据拷贝到剪切板中show_titlebar = False # 不显示标题栏,也就是 terminator 中那个默认的红色的标题栏
[layouts][[default]][[[child1]]]type = Terminalparent = window0profile = default[[[window0]]]type = Windowparent = ""
[plugins]
Ubuntu 14.04 下安装和配置 Terminator
5分钟入手Terminator
常用快捷键
- 水平分割终端
Ctrl+Shift+O
- 垂直分割终端
Ctrl+Shift+E
- 搜索
Ctrl+Shift+F
- 复制
Ctrl+Shift+C
- 粘贴
Ctrl+Shift+V
- 关闭当前终端
Ctrl+Shift+W
- 退出当前窗口
Ctrl+Shift+Q
- 打开终端
Ctrl+Shift+T
- 切换显示当前窗口
Ctrl+Shift+X
- 全屏状态
F11
- clear屏幕
Ctrl+Shift+G
- 在垂直分割的终端中将分割条向右移动
Ctrl+Shift+Right
- 在垂直分割的终端中将分割条向左移动
Ctrl+Shift+Left
- 隐藏/显示滚动条
Ctrl+Shift+S
这篇关于Terminator终端的配置的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!