Last active
August 26, 2025 15:04
-
-
Save murphybytes/aa1979954dc7f8bf8434fee77b925416 to your computer and use it in GitHub Desktop.
Alacritty Configuration
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
| [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