terminator&&FUCK

使用技巧:(C-ctrl S-shift)
C-S-E 垂直分割
C-S-O 水平分割
F11全屏 C-S-X某一个窗口全屏 && C-S-Z 返回
复制粘贴要额外加shift
ctrl+tab or C-S-N 切换

```
tip 右键终端 首选项 设置

1 The following keybindings can be used to control Terminator:
2
3 //第一部份:关于在同一个标签内的操作
4 Ctrl+Shift+O
5 Split terminals Horizontally. //水平分割终端
6
7 Ctrl+Shift+E
8 Split terminals Vertically. //垂直分割终端
9
10 Ctrl+Shift+Right
11 Move parent dragbar Right. //在垂直分割的终端中将分割条向右移动
12
13 Ctrl+Shift+Left
14 Move parent dragbar Left. //在垂直分割的终端中将分割条向左移动
15
16 Ctrl+Shift+Up
17 Move parent dragbar Up. //在水平分割的终端中将分割条向上移动
18
19 Ctrl+Shift+Down
20 Move parent dragbar Down. //在水平分割的终端中将分割条向下移动
21
22 Ctrl+Shift+S
23 Hide/Show Scrollbar. //隐藏/显示滚动条
24
25 Ctrl+Shift+F
26 Search within terminal scrollback //搜索
27
28 Ctrl+Shift+N or Ctrl+Tab
29 Move to next terminal within the same tab, use Ctrl+PageDown to move to the next tab. If cycle_term_tab is False, cycle within the same tab will be disabled //Crtl+Tab 移动到下一个终端
30
31 Ctrl+Shift+P or Ctrl+Shift+Tab
32 Move to previous terminal within the same tab, use Ctrl+PageUp to move to the previous tab. If cycle_term_tab is False, cycle within the same tab will be disabled //Crtl+Shift+Tab 移动到之前的一个终端
33
34 Alt+Up
35 Move to the terminal above the current one. //移动到上面的终端
36
37 Alt+Down
38 Move to the terminal below the current one. //移动到下面的终端
39
40 Alt+Left
41 Move to the terminal left of the current one. //移动到左边的终端
42
43 Alt+Right
44 Move to the terminal right of the current one. //移动到右边的终端
45
46 Ctrl+Shift+C
47 Copy selected text to clipboard //复制选中的内容到剪贴板
48
49 Ctrl+Shift+V
50 Paste clipboard text //粘贴剪贴板的内容到此处
51
52 Ctrl+Shift+W
53 Close the current terminal. //关闭当前终端
54
55 Ctrl+Shift+Q
56 Quits Terminator //退出当前窗口,当前窗口的所有终端都将被关闭
57
58 Ctrl+Shift+X
59 Toggle between showing all terminals and only showing the current one (maximise). //只显示当前终端和显示所有终端的转换开关
60
61 Ctrl+Shift+Z
62 Toggle between showing all terminals and only showing a version of the current one (zoom). //与Crtl+Shift+X的功能基本一样,只是转换后的当前终端文字等大小不一样
63
64 //第二部份:有关各个标签之间的操作
65 Ctrl+Shift+T
66 Open new tab //打开一个新的标签
67
68 Ctrl+PageDown
69 Move to next Tab //移动到下一个标签
70
71 Ctrl+PageUp
72 Move to previous Tab //移动到上一个标签
73
74 Ctrl+Shift+PageDown
75 Swap tab position with next Tab //没懂这个
76
77 Ctrl+Shift+PageUp
78 Swap tab position with previous Tab //没懂这个
79
80 Ctrl+Plus (+)
81 Increase font size. Note: this may require you to press shift, depending on your keyboard //增大字体
82
83 Ctrl+Minus (-)
84 Decrease font size. Note: this may require you to press shift, depending on your keyboard //减小字体
85
86 Ctrl+Zero (0)
87 Restore font size to original setting. //恢复字体到原始大小
88
89 F11
90 Toggle fullscreen //全屏开关
91
92 Ctrl+Shift+R
93 Reset terminal state //重置终端状态(未懂)
94
95 Ctrl+Shift+G
96 Reset terminal state and clear window //重置终端状态并clear屏幕
97
98 Super+g
99 Group all terminals so that any input sent to one of them, goes to all of them. //绑定所有的终端,以便向一个输入能够输入到所有的终端
100
101 Super+Shift+G
102 Remove grouping from all terminals. //解除绑定
103
104 Super+t
105 Group all terminals in the current tab so input sent to one of them, goes to all terminals in the current tab. //绑定当前标签的所有终端
106
107 Super+Shift+T
108 Remove grouping from all terminals in the current tab. //解除绑定
109
110 Ctrl+Shift+I
111 Open a new window (note: unlike in previous releases, this window is part of the same Terminator process) //打开一个窗口,但是有点像继承了父窗口
112
113 Super+i
114 Spawn a new Terminator process //这个跟上一个的主要区别还没弄懂
115
116
117 Drag and Drop
118 The layout can be modified by moving terminals with Drag and Drop. To start dragging a terminal, click and hold on its titlebar. Alternatively,   hold down Ctrl, click and hold the right mouse button. Then, Release Ctrl. You can now drag the terminal to the point in the layout you wou   ld like it to be. The zone where the terminal would be inserted will be highlighted. //用来改变窗口布局的,另外我觉得这儿是鼠标左键
“`

字体下载苹果monaco.ttf 下载后安装后,将Monaco.ttf放在 ~/local/share/fonts/ 下。。然后就可以直接设置。

Terminator是一个多窗口的终端模拟器,可以在一个界面中同时打开多个终端窗口。配置Terminator的步骤如下: 1. 打开一个Terminator终端,将其分成2x2的界面。 2. 进入任何一个Panel,右键点击,选择"Preference",然后选择"Layouts",点击"add",选择"default",点击"save"。这样会在~/.config/terminator/config目录下生成一个配置文件。 3. 打开终端,输入cd ~/.config/terminator/config,将config文件的内容复制粘贴到一个空文件中,将文件名设置为my_terminator。 4. 输入命令terminator -g my_terminator即可打开配置好的Terminator界面。 你还可以根据需要为每个窗口设置特定的命令和标题。例如,通过设置"command"和"title"字段,可以让每个窗口执行特定的指令和显示特定的标题。 另外,Terminator还有一些快捷键和功能,如全屏开关、打开新标签、移动到上一个/下一个标签、调整字体大小等。你可以根据需要使用这些快捷键和功能来提高使用体验。\[1\]\[2\]\[3\] #### 引用[.reference_title] - *1* *2* [Ubuntu终端Terminator的安装与配置使用](https://blog.csdn.net/Liuzenghui9508/article/details/124741586)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item] - *3* [Linux-Terminator安装及常用快捷键](https://blog.csdn.net/qq_51985653/article/details/130639541)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v91^insertT0,239^v3^insert_chatgpt"}} ] [.reference_item] [ .reference_list ]
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值