alacritty: add back SpawnNewInstance hotkeys

This commit is contained in:
Sean Buckley 2024-07-09 01:55:37 -04:00
parent ee20417b8f
commit 32c165b02f

View file

@ -13,6 +13,8 @@ let
keyboard.bindings = [
{ action = "ScrollHalfPageDown"; mods = "Shift"; key = "PageDown"; }
{ action = "ScrollHalfPageUp"; mods = "Shift"; key = "PageUp"; }
{ action = "SpawnNewInstance"; mods = "Control|Shift"; key = "N"; }
{ action = "SpawnNewInstance"; mods = "Control|Shift"; key = "T"; }
];
colors = {
primary.background = "0x1e1e1e";