• 企业400电话
  • 微网小程序
  • AI电话机器人
  • 电商代运营
  • 全 部 栏 目

    企业400电话 网络优化推广 AI电话机器人 呼叫中心 网站建设 商标✡知产 微网小程序 电商运营 彩铃•短信 增值拓展业务
    Ubuntu终端多窗口分屏Terminator

    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
    
    

    总结

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

    上一篇:解决FileZilla_Server:425 Can't open data connection 问题详解
    下一篇:FileZilla Server搭建FTP服务器配置及425错误与TLS警告解决方法详解
  • 相关文章
  • 

    © 2016-2020 巨人网络通讯 版权所有

    《增值电信业务经营许可证》 苏ICP备15040257号-8

    Ubuntu终端多窗口分屏Terminator Ubuntu,终端,多,窗口,分屏,