alacritty.toml
· 437 B · TOML
Неформатований
[terminal]
shell = "D:/PowerShell/7/pwsh.exe"
[general]
import = ["%APPDATA%/alacritty/themes/themes/flexoki.toml"]
[font]
normal.family = "等距更纱黑体 SC"
size = 14
[selection]
save_to_clipboard = true
[keyboard]
bindings = [
{ key = "N", mods = "Control", action = "CreateNewWindow" },
{ key = "N", mods = "Control|Shift", action = "SpawnNewInstance" },
]
[mouse]
bindings = [{ mouse = "Right", action = "Paste" }]
| 1 | [terminal] |
| 2 | shell = "D:/PowerShell/7/pwsh.exe" |
| 3 | |
| 4 | [general] |
| 5 | import = ["%APPDATA%/alacritty/themes/themes/flexoki.toml"] |
| 6 | |
| 7 | [font] |
| 8 | normal.family = "等距更纱黑体 SC" |
| 9 | size = 14 |
| 10 | |
| 11 | [selection] |
| 12 | save_to_clipboard = true |
| 13 | |
| 14 | [keyboard] |
| 15 | bindings = [ |
| 16 | { key = "N", mods = "Control", action = "CreateNewWindow" }, |
| 17 | { key = "N", mods = "Control|Shift", action = "SpawnNewInstance" }, |
| 18 | ] |
| 19 | |
| 20 | [mouse] |
| 21 | bindings = [{ mouse = "Right", action = "Paste" }] |
| 22 |