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 :

  1. alacritty msg create-window || alacritty from existing terminal session
  2. Add a keybinding as follows:
[keyboard]
bindings = [
  { key = "N", mods = "Super", action = "CreateNewWindow" },
]