Ubuntu 終端如何分割多個窗口


 

sudo apt-get install terminator

查看 ~/.config(隱藏文件夾 ctrl + h 即可看見) 下是否有 terminator 文件夾 如果沒有手動創建一個

然后在terminator 文件夾下 創建config 文件,把下面內容粘進去即可

 

[global_config]

  enabled_plugins = CustomCommandsMenu, TestPlugin, ActivityWatch, TerminalShot, MavenPluginURLHandler

  inactive_color_offset = 1.0

  suppress_multiple_term_dialog = True

  window_state = maximise

[keybindings]

[layouts]

  [[default]]

    [[[child1]]]

      parent = main

      type = VPaned

    [[[child2]]]

      parent = main

      type = VPaned

    [[[command]]]

      parent = child1

      type = Terminal

    [[[command2]]]

      parent = child1

      profile = default

      type = Terminal

    [[[command3]]]

      parent = child2

      profile = default

      type = Terminal

    [[[command4]]]

      parent = child2

      profile = default

      type = Terminal

    [[[main]]]

      parent = window0

      profile = default

      type = HPaned

    [[[window0]]]

      parent = ""

      position = 170:0

      size = 1060, 700

      type = Window

[plugins]

[profiles]

  [[default]]

    background_color = "#002b36"

    background_darkness = 0.8

    background_image = None

    background_type = transparent

    copy_on_selection = True

    cursor_color = "#eee8d5"

    cursor_shape = ibeam

    font = Ubuntu Mono 13

    foreground_color = "#839496"

    login_shell = True

    scroll_on_output = False

    scrollback_lines = 50000

    show_titlebar = False

    urgent_bell = True

    use_system_font = False

  


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM