Updated terminator conf
This commit is contained in:
parent
f234d846b6
commit
5dcff93523
1 changed files with 25 additions and 4 deletions
|
@ -6,21 +6,39 @@
|
||||||
scroll_tabbar = True
|
scroll_tabbar = True
|
||||||
title_hide_sizetext = True
|
title_hide_sizetext = True
|
||||||
[keybindings]
|
[keybindings]
|
||||||
|
broadcast_all = None
|
||||||
|
broadcast_group = None
|
||||||
|
broadcast_off = None
|
||||||
close_term = <Primary>w
|
close_term = <Primary>w
|
||||||
close_window = <Primary><Shift>w
|
close_window = <Primary><Shift>w
|
||||||
|
cycle_next = None
|
||||||
|
cycle_prev = None
|
||||||
|
go_next = None
|
||||||
|
go_prev = None
|
||||||
|
group_all = None
|
||||||
|
group_tab = None
|
||||||
help = <Primary>F1
|
help = <Primary>F1
|
||||||
|
hide_window = None
|
||||||
|
insert_number = None
|
||||||
|
insert_padded = None
|
||||||
|
layout_launcher = None
|
||||||
line_down = <Primary>Down
|
line_down = <Primary>Down
|
||||||
line_up = <Primary>Up
|
line_up = <Primary>Up
|
||||||
|
move_tab_left = None
|
||||||
|
move_tab_right = None
|
||||||
new_terminator = <Primary><Alt>t
|
new_terminator = <Primary><Alt>t
|
||||||
|
new_window = None
|
||||||
|
next_tab = None
|
||||||
page_down = Page_Down
|
page_down = Page_Down
|
||||||
page_down_half = <Shift>Page_Down
|
page_down_half = <Shift>Page_Down
|
||||||
page_up = Page_Up
|
page_up = Page_Up
|
||||||
page_up_half = <Shift>Page_Up
|
page_up_half = <Shift>Page_Up
|
||||||
|
reset_clear = <Alt>k
|
||||||
rotate_ccw = None
|
rotate_ccw = None
|
||||||
rotate_cw = None
|
rotate_cw = None
|
||||||
search = <Primary>f
|
search = <Primary>f
|
||||||
split_horiz = <Shift><Super>h
|
split_horiz = <Alt>s
|
||||||
split_vert = <Shift><Super>v
|
split_vert = <Shift><Alt>s
|
||||||
switch_to_tab_1 = <Alt>1
|
switch_to_tab_1 = <Alt>1
|
||||||
switch_to_tab_10 = None
|
switch_to_tab_10 = None
|
||||||
switch_to_tab_2 = <Alt>2
|
switch_to_tab_2 = <Alt>2
|
||||||
|
@ -32,7 +50,7 @@
|
||||||
switch_to_tab_8 = <Alt>8
|
switch_to_tab_8 = <Alt>8
|
||||||
switch_to_tab_9 = <Alt>9
|
switch_to_tab_9 = <Alt>9
|
||||||
toggle_scrollbar = None
|
toggle_scrollbar = None
|
||||||
toggle_zoom = None
|
toggle_zoom = <Super>Up
|
||||||
[layouts]
|
[layouts]
|
||||||
[[default]]
|
[[default]]
|
||||||
[[[child1]]]
|
[[[child1]]]
|
||||||
|
@ -45,10 +63,13 @@
|
||||||
[plugins]
|
[plugins]
|
||||||
[profiles]
|
[profiles]
|
||||||
[[default]]
|
[[default]]
|
||||||
|
audible_bell = True
|
||||||
background_color = "#2d2d2d"
|
background_color = "#2d2d2d"
|
||||||
background_darkness = 0.77
|
background_darkness = 0.8
|
||||||
background_image = None
|
background_image = None
|
||||||
font = Monospace 11
|
font = Monospace 11
|
||||||
foreground_color = "#bfbfbf"
|
foreground_color = "#bfbfbf"
|
||||||
|
scrollback_infinite = True
|
||||||
|
scrollbar_position = hidden
|
||||||
show_titlebar = False
|
show_titlebar = False
|
||||||
use_system_font = False
|
use_system_font = False
|
||||||
|
|
Loading…
Reference in a new issue