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
|
window:
decorations: none
cursor:
style:
shape: Block
blinking: Off
vi_mode_style: Underline
font:
size: 12.0
normal:
family: Iosevka SS14
style: Slim
bold:
style: Bold
italic:
style: Italic
bold_italic:
style: Bold Italic
draw_bold_text_with_bright_colors: true
background_opacity: 0.95
mouse:
url:
launcher:
program: url-launcher
modifiers: Control
bell:
duration: 0
color: '#af005f'
key_bindings:
- { key: 'N', mods: 'Super|Shift', action: 'SpawnNewInstance' }
- { key: 'PageUp', mods: 'Alt', action: 'ScrollPageUp' }
- { key: 'PageDown', mods: 'Alt', action: 'ScrollPageDown' }
- { key: 'Space', mods: 'Alt|Control', action: 'ToggleViMode' }
- { key: 'I', action: 'ToggleViMode', mode: 'Vi' }
- { key: 'Escape', action: 'ToggleViMode', mode: 'Vi' }
- { key: 'Slash', mods: 'Alt', action: 'SearchForward', mode: 'Vi' }
- { key: 'Slash', action: 'SearchBackward', mode: 'Vi' }
- { key: 'PageUp', action: 'ScrollPageUp', mode: 'Vi' }
- { key: 'PageDown', action: 'ScrollPageDown', mode: 'Vi' }
|