feat(alacritty): add bind to open new window in same dir

This commit is contained in:
matt1432 2023-10-18 12:24:44 -04:00
parent a1a98d9144
commit c6e4093ecd

View file

@ -8,6 +8,14 @@
POKE = "true"; POKE = "true";
}; };
key_bindings = [
{
key = "Return";
mods = "Control|Shift";
action = "SpawnNewInstance";
}
];
window = { window = {
padding = { padding = {
x = 0; x = 0;