Fork me on GitHub

terminator的安装及配置

安装

sudo apt-get install terminator -y

配置

  • 为了让terminator更加美观

修改terminator的config文件, 如果不存在, 则新建一个

~/.config/terminator/config

将以下内容替换掉原来的内容

[global_config]
  focus = system
  suppress_multiple_term_dialog = True
  tab_position = bottom
  title_transmit_bg_color = "#d30102"
[keybindings]
[layouts]
  [[default]]
    [[[child1]]]
      parent = window0
      type = Terminal
    [[[window0]]]
      parent = ""
      type = Window
[plugins]
[profiles]
  [[default]]
    background_color = "#2c001e"
    background_darkness = 1.03
    background_image = None
    cursor_color = "#eee8d5"
    font = Monospace 11
    foreground_color = "#e6e0da"
    icon_bell = False
    palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#586e75:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
    scrollback_infinite = True
    split_to_group = True
    use_system_font = False
  • 背景颜色
颜色 RGB值 十六进制 备注
暗红色 44,0,30 #2c001e 终端的默认颜色
深蓝色 0, 43, 54 #002b36

快捷键

Ctrl+Alt+T 新建窗口
Ctrl+Shift+T 新建标签页
Ctrl+Shift+O (水平分割窗口)
Ctrl+Shift+E(垂直分割窗口)
Alt+Up (切换窗口)
Alt+Down
Alt+Left
Alt+Right

参考

Solarized-Dark theme configuration in Terminator – Diwakar Moturu – Medium

posted @ 2021-06-23 19:28  chrislzy  阅读(559)  评论(0编辑  收藏  举报