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
Dungeon Crawl Stone Soup - New player guidedcss
Write and read structs to/from files in Cc
Extend Lua with custom C functions using Clangc
Sane defaults for tmux with more visible statusbar
Simple presentations with Markdown
Convert all MKV files into other formats
Push to multiple origins at once in Git
Make DCSS playable on 4k displaysdcss
Easy measure time took in a bash script
AWS EB PyYAML fix
60's IBM Computers Commercial
Compile drawterm on Fedora 38plan9
Set color temperature of displays on i3
Use option key as meta in Alacritty under macOS
Uninstall Ollama from a Linux box