Skip to content

Instantly share code, notes, and snippets.

@Tolluset
Created September 15, 2023 14:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Tolluset/7c17bcd2754154887dada34c489125fe to your computer and use it in GitHub Desktop.
Save Tolluset/7c17bcd2754154887dada34c489125fe to your computer and use it in GitHub Desktop.
# .config/alacritty/alacritty.yml
font:
size: 11
normal:
family: MesloLGS NF
bold:
family: MesloLGS NF
italic:
family: MesloLGS NF
bold_italic:
family: MesloLGS NF
key_bindings:
- { key: Right, mods: Alt, chars: "\x1BF" }
- { key: Left, mods: Alt, chars: "\x1BB" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment