blob: 12e83dae9803ee6a3454b4a1ea561435cbc6807a (
plain)
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
|
#
# | '__/ _ \ / _` / __| Roger González
# | | | (_) | (_| \__ \ https://rogs.me
# |_| \___/ \__, |___/ https://git.rogs.me
# |___/
#
[global_config]
borderless = True
extra_styling = False
suppress_multiple_term_dialog = True
title_transmit_bg_color = "#75d85a"
title_transmit_fg_color = "#000000"
[keybindings]
edit_tab_title = <Primary><Shift>a
go_down = <Primary><Shift>Down
go_left = <Primary><Shift>Left
go_right = <Primary><Shift>Right
go_up = <Primary><Shift>Up
resize_down = <Alt>Down
resize_left = <Alt>Left
resize_right = <Alt>Right
resize_up = <Alt>Up
[layouts]
[[default]]
[[[child1]]]
parent = window0
profile = default
type = Terminal
[[[window0]]]
parent = ""
type = Window
[plugins]
[profiles]
[[default]]
cursor_color = "#aaaaaa"
font = Monospace 12
palette = "#000000:#cd0000:#00cd00:#cdcd00:#0000ee:#cd00cd:#00cdcd:#e5e5e5:#7f7f7f:#ff0000:#00ff00:#ffff00:#5c5cff:#ff00ff:#00ffff:#ffffff"
scrollbar_position = hidden
show_titlebar = False
use_system_font = False
|