在ubuntu上安装、配置并使用terminator

2019-10-14  本文已影响0人  nowherespyfly

ubuntu自带的终端Gnome不怎么好用,当我需要开很多个窗口跑好几个实验时,很难从一堆窗口里找到我要找的,场面一度十分尴尬。遂换成了terminator。

1. 安装

sudo add-apt-repository ppa:gnome-terminator
sudo apt-get update
sudo apt-get install terminator

运行以上命令即可。

2. 配置

sudo update-alternatives --config x-terminal-emulator

选择terminator即可。

[global_config]
  title_font = Ubuntu Mono 11[keybindings]
[layouts]
  [[default]]
    [[[child1]]]
      parent = window0
      type = Terminal
    [[[window0]]]
      parent = ""
      type = Window
[plugins]
[profiles]
  [[default]]
    background_color = "#002b36"
    background_darkness = 0.91
    background_image = None
    background_type = transparent
    font = Ubuntu Mono 11
    foreground_color = "#e0f0f1"
    use_system_font = False
    show_titlebar = False
  1. 快捷方式
    Ctrl+Shift+E : 垂直分割窗口
    Ctrl+Shift+O :水平分割窗口
    F11 全屏
    Ctrl+Tab : 在分割的各窗口之间切换
    Ctrl+Shift+X : 将分割的某一个窗口放大至全屏使用
    Ctrl+Shift+Z : 从放大至全屏的某一窗口回到多窗格界面
    关闭窗口:右键退出或者输入exit

到这里就可以开始愉快的terminator之旅咯~
参考:

  1. https://plumz.me/archives/1734/](https://plumz.me/archives/1734/
  2. https://www.jianshu.com/p/5d1999d05d36
  3. https://blog.csdn.net/Tansir94/article/details/81410450
上一篇 下一篇

猜你喜欢

热点阅读