配置文件的位置
- 安装好
terminator
终端后,按照网上的教程,路径~/.config/terminator/config
是空的,连terminator
文件夹都找不到 - 命令
man terminator_config
出来也看不出什么 - 干脆自己新建一个文件
config
文件,还是上面的路径,配置文件的内容参考网上的
[global_config]
title_transmit_bg_color = "#d30102"
focus = system
suppress_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 = Terminal
parent = window0
profile = default
[[[window0]]]
type = Window
parent = ""
[plugins]
【Terminator终端的配置】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