Alacritty open links with modifier

note, Jun 25, 2023 on Mitja Felicijan's blog

Alacritty by default makes all links in the terminal output clickable and this @@ -16,21 +16,18 @@ file. Config file is located at ~/.config/alacritty/alacritty.yml.< mods: Control

The following should work under any Linux system. For macOS, you will need to change command: xdg-open to something else.

Now the links will be visible and clickable only when Control key is being -pressed.

Source: https://github.com/alacritty/alacritty/issues/5246