Skip to content

Instantly share code, notes, and snippets.

@kasunbg
Last active September 17, 2017 01:18
Show Gist options
  • Save kasunbg/42db38e1ff264893534ed018c9ff9150 to your computer and use it in GitHub Desktop.
Save kasunbg/42db38e1ff264893534ed018c9ff9150 to your computer and use it in GitHub Desktop.
Terminator for Linux: Better keybindings and theme support. cat ~/.config/terminator/config
[global_config]
focus = system
title_transmit_bg_color = "#5cb05e"
window_state = maximise
[keybindings]
close_term = <Primary><Shift>w
close_window = <Primary>q
copy = <Primary>c
paste = <Primary>v
search = <Primary>f
switch_to_tab_1 = <Alt>1
switch_to_tab_10 = <Alt>2
switch_to_tab_2 = <Alt>2
switch_to_tab_3 = <Alt>3
switch_to_tab_4 = <Alt>4
switch_to_tab_5 = <Alt>5
switch_to_tab_6 = <Alt>6
switch_to_tab_7 = <Alt>7
switch_to_tab_8 = <Alt>8
switch_to_tab_9 = <Alt>9
[layouts]
[[default]]
[[[child1]]]
parent = window0
type = Terminal
[[[window0]]]
parent = ""
type = Window
[plugins]
[profiles]
[[default]]
background_color = "#002b36"
background_darkness = 0.96
background_image = None
background_type = transparent
cursor_color = "#eee8d5"
font = Monospace 11
foreground_color = "#e6e0da"
icon_bell = False
palette = "#073642:#dc322f:#859900:#b58900:#268bd2:#d33682:#2aa198:#eee8d5:#586e75:#cb4b16:#586e75:#657b83:#839496:#6c71c4:#93a1a1:#fdf6e3"
scroll_on_output = False
scrollback_lines = 85500
split_to_group = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment