The Ultimate Terminator config

I’d just thought I’ll post my Terminator config here for others to enjoy. Just save it as ~/.config/terminator/config.
but take a look first in the config to get to know the keyboard shortcuts.

[global_config]
[keybindings]
  toggle_zoom = <Ctrl><Alt>Z
  split_vert = <Ctrl><Alt>V
  split_horiz = <Ctrl><Alt>H
[profiles]
  [[default]]
    use_system_font = False
    background_darkness = 0.82
    background_type = transparent
    scrollbar_position = hidden
    foreground_color = "#00ff00"
    icon_bell = False
    font = Monospace 9
    scrollback_infinite = True
[layouts]
  [[default]]
    [[[child1]]]
      type = Terminal
      parent = window0
    [[[window0]]]
      type = Window
      parent = ""
[plugins]

Leave a Reply

Note: Commenter is allowed to use '@User+blank' to automatically notify your reply to other commenter. e.g, if ABC is one of commenter of this post, then write '@ABC '(exclude ') will automatically send your comment to ABC. Using '@all ' to notify all previous commenters. Be sure that the value of User should exactly match with commenter's name (case sensitive).