美文网首页
ubuntu上terminator的安装使用

ubuntu上terminator的安装使用

作者: youseewhat | 来源:发表于2018-06-26 22:20 被阅读26次

    安装

    sudo apt-get install terminator

    配置

    cd ~/.config/

    mkdir terminator

    sudo gedit config

    修改配置文件

    [global_config]
    focus = system
    suppress_multiple_term_dialog = True
    title_transmit_bg_color = "#d30102"
    [keybindings]
    [layouts]
    [[default]]
    [[[child1]]]
    parent = window0
    profile = default
    type = Terminal
    [[[window0]]]
    parent = ""
    type = Window
    [plugins]
    [profiles]
    [[default]]
    background_color = "#310c42" # 背景颜色
    background_darkness = 0.87 #透明度
    background_image = None #背景图片
    background_type = transparent
    copy_on_selection = True #选择文本时同时将数据拷贝到剪切板中
    cursor_color = "#FF6666" #光标颜色
    font = Ubuntu Mono 15 #文字大小
    foreground_color = "#64da36" #文字颜色
    palette = "#2d2d2d:#f2777a:#99cc99:#ffcc66:#6699cc:#cc99cc:#66cccc:#d3d0c8:#747369:#f2777a:#99cc99:#ffcc66:#6699cc:#cc99cc:#66cccc:#f2f0ec"
    scrollback_infinite = True #能够无限回滚
    show_titlebar = False #不显示标题栏
    use_system_font = False #不用系统字体

    使用快捷键

    Ctrl+Shift+E 垂直分割窗口
    Ctrl+Shift+O 水平分割窗口
    F11 全屏
    Ctrl+Shift+C 复制
    Ctrl+Shift+V 粘贴
    Ctrl+Shift+N 或者 Ctrl+Tab 在分割的各窗口之间切换
    Ctrl+Shift+X 将分割的某一个窗口放大至全屏使用
    Ctrl+Shift+Z 从放大至全屏的某一窗口回到多窗格界面

    相关文章

      网友评论

          本文标题:ubuntu上terminator的安装使用

          本文链接:https://www.haomeiwen.com/subject/xrkvyftx.html