[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" }]