Created
September 15, 2023 14:52
-
-
Save tolluset/7c17bcd2754154887dada34c489125fe to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .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