Add Spawn shortcut to alacritty

This commit is contained in:
Natsu Kagami 2022-04-25 16:57:14 -04:00
parent 8810c25b5a
commit 3b2f935d9c
Signed by: nki
GPG key ID: 7306B3D3C3AD6E51

View file

@ -41,6 +41,10 @@ with lib;
bright.cyan = "0x4fb8cc";
bright.white = "0xf1f1f1";
};
key_bindings = [
{ key = "C"; mods = "Shift|Control"; action = "SpawnNewInstance"; }
];
};
};
}