Skip to content

Instantly share code, notes, and snippets.

@dphurley
Last active April 27, 2018 20:44
Show Gist options
  • Save dphurley/198debb87d6c3c5e2429712f7c9a138e to your computer and use it in GitHub Desktop.
Save dphurley/198debb87d6c3c5e2429712f7c9a138e to your computer and use it in GitHub Desktop.
Terminator Config for Ubuntu
[global_config]
always_split_with_profile = True
handle_size = 0
title_hide_sizetext = True
title_receive_bg_color = "#57afec"
title_transmit_bg_color = "#585858"
[keybindings]
close_term = <Shift><Alt>w
copy = <Primary>c
new_window = <Primary>n
paste = <Primary>v
split_horiz = <Shift><Alt>d
split_vert = <Alt>d
zoom_in = <Primary>equal
zoom_out = <Primary>minus
[layouts]
[[default]]
[[[child1]]]
parent = window0
type = Terminal
[[[window0]]]
parent = ""
type = Window
[plugins]
[profiles]
[[default]]
background_color = "#27292c"
background_darkness = 0.3
background_image = None
font = Monospace 12
foreground_color = "#ffffff"
palette = "#073642:#d77c79:#859900:#b58900:#54e3f3:#d33682:#9ac9c4:#eee8d5:#002b36:#cb4b16:#9ac9c4:#9ac9c4:#93b2ca:#6c71c4:#9ac9c4:#fdf6e3"
use_system_font = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment