alacritty: change config to toml and shorten it

This commit is contained in:
2024-01-26 11:39:24 +01:00
parent 6b9801b7f2
commit 1b05d9051b
2 changed files with 8 additions and 862 deletions

8
alacritty/alacritty.toml Normal file
View File

@ -0,0 +1,8 @@
import = [
"~/.config/alacritty/theme/themes/smoooooth.toml"
]
[[keyboard.bindings]]
chars = "fzf-z \r"
key = "Z"
mods = "Control"