Guide to alacritty

From razwiki
Jump to navigation Jump to search

Alacritty is great, it's performant and a simple application: defaults are ok and the config uses a file on disk rather than a gui.

The config file is changing from yaml to toml. Here's my current config toml:

[font]
size = 16.0
keyboard.bindings
action = "Paste"
key = "V"
mods = "alt"
keyboard.bindings
action = "Copy"
key = "C"
mods = "alt"

Pretty self explanatory. Put in ~/.alacritty.toml, or link from https://git.sr.ht/~razzi/dotfiles using link-rc (https://git.sr.ht/~razzi/fish-functions#codelink-rc-ltfilegtcode-a-hrefrazzifish-functionstreemainfunctionslink-rcfishsourcea)