Created
January 17, 2026 08:35
-
-
Save onikuwo835/bc55185e4c7dbf00a5571df8aa8d3974 to your computer and use it in GitHub Desktop.
alacritty.toml
This file contains hidden or 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
| [window.dimensions] | |
| columns = 120 | |
| lines = 30 | |
| [font] | |
| normal.family = "JetBrainsMonoNL NF" | |
| bold.family = "JetBrainsMonoNL NF" | |
| italic.family = "JetBrainsMonoNL NF" | |
| bold_italic.family = "JetBrainsMonoNL NF" | |
| size = 11 | |
| [terminal.shell] | |
| program = "nu" | |
| [keyboard] | |
| bindings = [ | |
| { key = "Slash", mods = "Control", chars = "\u001f" }, | |
| { key = "Space", mods = "Control", chars = "\u0000" }, | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment