最後活躍 8 months ago

修訂 7d37fd456c7939c78ea5665b07846d8029f56f4c

alacritty.toml 原始檔案
1[terminal]
2shell = "D:/PowerShell/7/pwsh.exe"
3
4[general]
5import = ["%APPDATA%/alacritty/themes/themes/flexoki.toml"]
6
7[font]
8normal.family = "等距更纱黑体 SC"
9size = 14
10
11[selection]
12save_to_clipboard = true
13
14[keyboard]
15bindings = [
16 { key = "N", mods = "Control", action = "CreateNewWindow" },
17 { key = "N", mods = "Control|Shift", action = "SpawnNewInstance" },
18]
19
20[mouse]
21bindings = [{ mouse = "Right", action = "Paste" }]
22