服务器之家:专注于VPS、云服务器配置技术及软件下载分享
分类导航

Linux|Centos|Ubuntu|系统进程|Fedora|注册表|Bios|Solaris|Windows7|Windows10|Windows11|windows server|

服务器之家 - 服务器系统 - Ubuntu - Ubuntu终端多窗口分屏Terminator

Ubuntu终端多窗口分屏Terminator

2022-07-29 09:22MrGong_ Ubuntu

今天小编就为大家分享一篇关于Ubuntu终端多窗口分屏Terminator的文章,小编觉得内容挺不错的,现在分享给大家,具有很好的参考价值,需要的朋友一起跟随小编来看看吧

1、安装

Terminator最大的特点就是可以在一个窗口中打开多个终端

sudo apt-get install terminator

2、快捷键

  • Ctrl+Shift+E    垂直分割窗口
  • Ctrl+Shift+O    水平分割窗口
  •     F11               全屏
  • Ctrl+Shift+C    复制
  • Ctrl+Shift+V    粘贴
  • Ctrl+Shift+N    或者 Ctrl+Tab 在分割的各窗口之间切换
  • Ctrl+Shift+X    将分割的某一个窗口放大至全屏使用
  • Ctrl+Shift+Z    从放大至全屏的某一窗口回到多窗格界面

3、优化配置

初始界面不太美观
修改配置文件

sudo vim ~/.config/terminator/config

如果报错,Unable to open ~/.config/terminator/config ,解决方法:

打开terminator终端,然后右击终端的黑色背景,选择preference->layouts->add,关闭该窗口即可找到config文件。

我的配置如下:

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[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

总结

以上就是这篇文章的全部内容了,希望本文的内容对大家的学习或者工作具有一定的参考学习价值,谢谢大家对服务器之家的支持。如果你想了解更多相关内容请查看下面相关链接

原文链接:https://blog.csdn.net/mrgong_/article/details/77817018

延伸 · 阅读

精彩推荐