Ubuntu terminator study

Terminator是一款能够在一个窗口中管理多个Gnome Terminal的工具,它提供了简便的安装方式并支持丰富的快捷键操作,例如垂直或水平分割视图、切换视图、关闭活动视图等。

What is terminator?

terminator : MUltiple Gnome Terminals in one Window.

reference:

 

install is very simple: sudo apt-get install terminator

 

Thus terminator can be used now.

 

The following keys can be used in the terminal views.

 

Ctrl+Shift+E: split the view ve rtically.

 

Ctrl+Shift+O: split the view ho rizontally.

 

Ctrl+Shift+P:  active the p revious view.

 

Ctrl+Shift+N: active the n ext view.

 

Ctrl+Shift+W:close the activied view

 

Ctrl+Shift+Q: exit the terminal

 

F11:make the terminator go fullscreen.

### UbuntuTerminator 终端的配置与使用 #### 安装 Terminator 为了在 Ubuntu 上安装 Terminator,需更新软件包列表并安装该应用程序: ```bash sudo apt-get update sudo apt-get install terminator ``` 此命令序列确保获取最新的软件包信息,并安装最新版本的 Terminator[^1]。 #### 配置文件创建 初次启动 Terminator 后,默认情况下可能不存在配置文件。可以通过两种方式之一来创建配置文件 `~/.config/terminator/config`: - 手动创建上述路径下的 config 文件; - 或者,在 Terminator 的任意空白区域点击鼠标右键选择 preferences 进行简单设置,这会自动生 成所需的配置文件[^2]。 #### 自定义配置示例 下面是一个典型的 `.config/terminator/config` 文件的内容片段,展示了如何调整全局选项、快捷键绑定以及终端外观等方面: ```ini [global_config] putty_paste_style = False borderless = False [keybindings] zoom_in = <Ctrl>plus zoon_out = <Ctrl>minus [profiles] [[default]] cursor_color = "#aaaaaa" background_color = '#c7edcc' background_darkness = 0.2 foreground_color = '#000000' [layouts] [[default]] [[[window0]]] type = Window parent = "" [[[child1]]] type = Terminal parent = window0 [plugins] ``` 这段配置设置了背景颜色为浅绿色 (`#c7edcc`) 和前景文字颜色为黑色 (`#000000`) ,同时启用了 Putty 风格粘贴模式关闭状态以及其他视觉效果和行为设定[^3]。 通过编辑这个文件中的不同部分,可以根据个人喜好定制 Terminator 的工作环境。
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值