alacritty
Create New Window
On macOS cmd+n
automatically creates a new instance.
This is not configured (or does not work) on Linux.
We have two options :
alacritty msg create-window || alacritty
from existing terminal session- Add a keybinding as follows:
[keyboard]
bindings = [
{ key = "N", mods = "Super", action = "CreateNewWindow" },
]