terminator 终端配置

1. 安装

  • sudo apt-get install terminator

2. 配置

  • 配置文件 ~/.config/terminator/config
[global_config]
  tab_position = right
  window_state = maximise
[keybindings]
[layouts]
  [[default]]
    [[[child1]]]
      parent = window0
      type = Terminal
    [[[window0]]]
      parent = ""
      type = Window
[plugins]
[profiles]
  [[default]]
    background_image = None
    copy_on_selection = True
    cursor_color = "#7b9be8"
    font = Ubuntu Mono 15
    show_titlebar = False
    use_system_font = False

3. 快捷键

Ctrl+Shift+O //水平分割窗口
Ctrl+Shift+E //垂直分割窗口
F11 // 全屏/退出全屏
Ctrl+Shift+C //复制
Ctrl+Shift+V //粘贴
Ctrl+Tab //在分割的各窗口之间切换
Ctrl+Shift+X //将分割的某一个窗口放大至全屏使用
Ctrl+Shift+Z //从放大至全屏的某一窗口回到多窗格界面
Ctrl+Shift+W //关闭当前终端
Ctrl+Shift+Q //退出当前窗口,当前窗口的所有终端都将被关闭

猜你喜欢

转载自blog.csdn.net/u013187057/article/details/84657322