Last active
October 17, 2025 05:53
-
-
Save 0v3rth3d4wn/b49a8eb7ae0b8f555ea2435357b442f3 to your computer and use it in GitHub Desktop.
Ghostty config
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
| # Colors | |
| background = 000000 | |
| foreground = ffffff | |
| theme = deep | |
| # Fonts | |
| font-size = "18" | |
| font-family = "Monaspace Neon" | |
| font-family-bold = "Monaspace Bold" | |
| font-family-italic = "Monaspace Italic" | |
| font-family-bold-italic = "Monaspace Bold Italic" | |
| font-thicken = "true" | |
| font-thicken-strength = "10" | |
| # Misc | |
| window-save-state = always | |
| cursor-style = block | |
| cursor-style-blink = false | |
| shell-integration-features = no-cursor | |
| macos-option-as-alt = true | |
| # Key Bindings | |
| keybind = alt+delete=esc:d | |
| #keybind = super+delete=esc:K | |
| #keybind = alt+left=goto_split:left |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment