Add Spawn shortcut to alacritty
This commit is contained in:
parent
8810c25b5a
commit
3b2f935d9c
|
@ -41,6 +41,10 @@ with lib;
|
|||
bright.cyan = "0x4fb8cc";
|
||||
bright.white = "0xf1f1f1";
|
||||
};
|
||||
|
||||
key_bindings = [
|
||||
{ key = "C"; mods = "Shift|Control"; action = "SpawnNewInstance"; }
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue