Guide to alacritty

From razwiki
Revision as of 12:39, 5 July 2023 by Razzi (talk | contribs) (Created page with "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 t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)