Skip to content

Instantly share code, notes, and snippets.

@onikuwo835
Created January 17, 2026 08:35
Show Gist options
  • Select an option

  • Save onikuwo835/bc55185e4c7dbf00a5571df8aa8d3974 to your computer and use it in GitHub Desktop.

Select an option

Save onikuwo835/bc55185e4c7dbf00a5571df8aa8d3974 to your computer and use it in GitHub Desktop.
alacritty.toml
[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