-
Notifications
You must be signed in to change notification settings - Fork 0
/
config
38 lines (38 loc) · 871 Bytes
/
config
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
[global_config]
inactive_color_offset = 1.0
line_height = 1.2
case_sensitive = False
invert_search = True
[keybindings]
new_tab = <Primary>t
cycle_next = <Primary>Page_Down
cycle_prev = <Primary>Page_Up
close_term = <Primary>w
copy = <Primary>c
paste = <Primary>v
page_up = Page_Up
page_down = Page_Down
line_up = <Primary>Up
line_down = <Primary>Down
next_tab = <Primary>Tab
prev_tab = <Primary><Shift>Tab
[profiles]
[[default]]
visible_bell = True
background_color = "#002b36"
cursor_color = "#839496"
font = Ubuntu Mono 15
foreground_color = "#839496"
show_titlebar = False
scrollback_lines = 5000
use_system_font = False
use_theme_colors = True
[layouts]
[[default]]
[[[window0]]]
type = Window
parent = ""
[[[child1]]]
type = Terminal
parent = window0
[plugins]