Skip to content

Instantly share code, notes, and snippets.

@murphybytes
Last active August 26, 2025 15:04
Show Gist options
  • Select an option

  • Save murphybytes/aa1979954dc7f8bf8434fee77b925416 to your computer and use it in GitHub Desktop.

Select an option

Save murphybytes/aa1979954dc7f8bf8434fee77b925416 to your computer and use it in GitHub Desktop.
Alacritty Configuration
[general]
working_directory = "/Users/jam"
[font]
normal = { family = "JetBrainsMono Nerd Font", style = "Regular" }
size = 14
[window]
padding = { x = 5, y = 10 }
opacity = 0.75
startup_mode = "FullScreen"
[cursor]
style = { shape = "Block", blinking = "Always" }
[keyboard]
bindings = [
# Fixes issue toggling terminal on and off in neovim
{ key = "Slash", mods = "Control", chars = "\u001f" },
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment