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";
};
key_bindings = [
{
key = "Return";
mods = "Control|Shift";
action = "SpawnNewInstance";
}
];
window = {
padding = {
x = 0;
@ -33,7 +41,7 @@
size = lib.mkDefault 12.5;
};
# https://github.com/dracula/alacritty/blob/05faff15c0158712be87d200081633d9f4850a7d/dracula.yml
# https://github.com/dracula/alacritty/blob/05faff15c0158712be87d200081633d9f4850a7d/dracula.yml
colors = {
primary = {
background = "#282a36";