Ubuntu终端多窗口分屏Terminator

发布时间:2020-10-20 20:50:31 作者:MrGong_
来源:脚本之家 阅读:204

1、安装

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

sudo apt-get install terminator

2、快捷键

3、优化配置

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

sudo vim ~/.config/terminator/config

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

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

我的配置如下:

[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

总结

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

推荐阅读:
  1. Ubuntu打开终端方式
  2. linux下如何实现终端分屏使用

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

ubuntu terminator mi

上一篇:C++设计模式之Static Factory模式详解

下一篇:springcloud 中 zuul 修改请求参数信息的方法

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》