Use option key as meta in Alacritty under macOS

note, Sep 19, 2024, on Mitja Felicijan's blog

To use option key under macOS as Meta key use the option option_as_alt and set it to "Both".

This is the example for the newer Toml file format.

# ~/.alacritty.toml
[window]
option_as_alt = "Both"

And this is the older YAML format.

# ~/.alacritty.yml
window:
  option_as_alt: Both

Check more at https://alacritty.org/config-alacritty.html#s20.

Other notes

DateTitle
Run 9front in Qemuplan9
Extend Lua with custom C functions using Clangc
Cache busting in Hugo
Execute not blocking async shell command in C#
Change Alt key to Win key under Xfce4
10/GUI 10 Finger Multitouch User Interface
Extract lines from a file with sed
Make DCSS playable on 4k displaysdcss
Calling assembly functions from Cc
Set color temperature of displays on i3
Uninstall Ollama from a Linux box
Mount Plan9 over networkplan9
Sending signals to C programsc
Compile drawterm on Fedora 38plan9
Extending dte editor