-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbase.yml
More file actions
112 lines (89 loc) · 3.17 KB
/
Copy pathbase.yml
File metadata and controls
112 lines (89 loc) · 3.17 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
env:
TERM: xterm-256color
# Auto-start every alacritty with tmux
# shell:
# program: /bin/zsh
# args:
# - -l
# - -c
# - "tmux attach || tmux" # attaches the last used session
# - "tmux attach -d -t alacritty || tmux new -s alacritty" # attaches session named 'alacritty'
window:
dimensions:
columns: 100
lines: 26
decorations: buttonless
# decorations: full, none, transparent, buttonless
startup_mode: Windowed
padding:
x: 10
y: 5
scrolling:
history: 1000
# tabspaces: 4
draw_bold_text_with_bright_colors: true
font:
normal:
family: 'Iosevka Term'
style: Regular
bold:
family : 'Iosevka Term'
style: Bold
italic:
family: 'Iosevka Term'
style: Italic
size: 16.0
Thinstrokes: true # on retina displays: true / Non-retina: false
AppleFontSmoothing: true
window.opacity: 1.0
cursor:
# - ▇ Block
# - _ Underline
# - | Beam
style: Underline
thickness: 0.15
unfocused_hollow: true
mouse:
double_click: { threshold: 300 }
triple_click: { threshold: 300 }
hide_when_typing: false
selection:
save_to_clipboard: false
window.dynamic_title: false
live_config_reload: true
bell:
animation: EaseOutQuint
duration: 10
color: '0xF44C8D'
debug:
render_timer: false
persistent_logging: false
log_level: Warn
print_events: false
ref_test: false
window.option_as_alt: false
key_bindings:
- { key: T, mods: Command, command: { program: "/opt/homebrew/bin/Alacritty" } }
- { key: V, mods: Command, action: Paste }
- { key: C, mods: Command, action: Copy }
- { key: W, mods: Command, action: Quit }
- { key: Delete, chars: "\x1b[3~" }
- { key: Key1, mods: Alt, chars: "©" }
- { key: Key2, mods: Alt, chars: "@" }
- { key: Key3, mods: Alt, chars: "£" }
- { key: Key4, mods: Alt, chars: "$" }
- { key: Key5, mods: Alt, chars: "∞" }
- { key: Key6, mods: Alt, chars: "§" }
- { key: Key7, mods: Alt, chars: "|" }
- { key: Key8, mods: Alt, chars: "[" }
- { key: Key9, mods: Alt, chars: "]" }
- { key: Key0, mods: Alt, chars: "≈" }
- { key: Grave, mods: Alt, chars: "~" }
- { key: Equals, mods: Command, action: IncreaseFontSize }
- { key: Key0, mods: Command, action: ResetFontSize }
- { key: Equals, mods: Command, action: IncreaseFontSize }
- { key: Minus, mods: Command, action: DecreaseFontSize }
- { key: Left, mods: Alt, chars: "\x1bb" }
- { key: Right, mods: Alt, chars: "\x1bf" }
- { key: Left, mods: Command, chars: "\x1bOH", mode: AppCursor } # Home
- { key: Right, mods: Command, chars: "\x1bOF", mode: AppCursor } # End