fix(alacritty): use new config format
This commit is contained in:
parent
6f61595b35
commit
82479daa4c
@ -4,6 +4,7 @@
|
||||
settings = {
|
||||
window = {
|
||||
decorations = "Buttonless";
|
||||
option_as_alt = "OnlyLeft";
|
||||
};
|
||||
font = {
|
||||
size = 14;
|
||||
@ -16,11 +17,11 @@
|
||||
italic.style = "Extended Italic";
|
||||
bold_italic.style = "Extended Bold Italic";
|
||||
};
|
||||
key_bindings = [
|
||||
keyboard.bindings = [
|
||||
{
|
||||
key = "Slash";
|
||||
mods = "Control";
|
||||
chars = "\\x1f";
|
||||
chars = "\\u001F";
|
||||
}
|
||||
];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user