Skip to content

Instantly share code, notes, and snippets.

@jacaetevha
Created February 1, 2012 22:22
Show Gist options
  • Star 8 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save jacaetevha/1719840 to your computer and use it in GitHub Desktop.
Save jacaetevha/1719840 to your computer and use it in GitHub Desktop.
save this file to ~/.config/terminator/config
[global_config]
enabled_plugins = CustomCommandsMenu, InactivityWatch, TestPlugin, ActivityWatch, TerminalShot, LaunchpadCodeURLHandler, APTURLHandler, MavenPluginURLHandler, LaunchpadBugURLHandler, LayoutManager
title_transmit_bg_color = "#832527"
[keybindings]
[profiles]
[[default]]
scrollback_lines = 4000
[layouts]
[[default]]
[[[child1]]]
type = Terminal
parent = window0
[[[window0]]]
type = Window
parent = ""
[[3term]]
[[[child0]]]
position = 1440:0
type = Window
order = 0
parent = ""
size = 1920, 1200
[[[child1]]]
position = 600
type = VPaned
order = 0
parent = child0
[[[child2]]]
position = 960
type = HPaned
order = 0
parent = child1
[[[terminal3]]]
profile = default
type = Terminal
order = 0
parent = child2
command = (cd /some/dir/1; bash)
[[[terminal5]]]
profile = default
type = Terminal
order = 1
parent = child1
command = (cd /some/dir/2; bash)
[[[terminal4]]]
profile = default
type = Terminal
order = 1
parent = child2
command = (cd /some/dir/3; bash)
[plugins]
@pmozdzynski
Copy link

is there any way of saving sessions ( hosts IP's ) in terminator ? this way I will be able to open 10 saved hosts in one click or command ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment