-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathterminator
60 lines (59 loc) · 1.63 KB
/
terminator
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Symlink this to ~/.config/terminator:
# rm -f ~/.config/terminator/config && mkdir -p ~/.config/terminator && ln -sf ~/git/dotfiles/terminator ~/.config/terminator/config
[global_config]
enabled_plugins = LaunchpadCodeURLHandler, APTURLHandler, LaunchpadBugURLHandler
extra_styling = False
inactive_color_offset = 1.0
[keybindings]
zoom_in = <Primary>KP_Add
zoom_out = <Primary>KP_Subtract
zoom_normal = <Primary>KP_0
go_next = None
switch_to_tab_1 = <Alt>1
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
switch_to_tab_10 = <Alt>0
hide_window = None
new_window = <Primary><Shift>n
broadcast_off = None
broadcast_group = None
broadcast_all = None
edit_tab_title = None
layout_launcher = None
next_profile = <Primary><Shift><Super>Up
previous_profile = <Primary><Shift><Super>Down
[profiles]
[[default]]
font = DejaVu Sans Mono 11
show_titlebar = False
scrollback_lines = 10000
login_shell = True
use_system_font = False
bold_is_bright = True
copy_on_selection = True
[[default light]]
background_color = "#fdf6e3"
font = DejaVuSansM Nerd Font Propo 11
foreground_color = "#657b83"
show_titlebar = False
scrollback_lines = 10000
login_shell = True
use_system_font = False
bold_is_bright = True
copy_on_selection = True
[layouts]
[[default]]
[[[child1]]]
parent = window0
profile = default
type = Terminal
[[[window0]]]
parent = ""
type = Window
[plugins]