Last active
February 18, 2025 19:09
-
-
Save enchant3dmango/902a241f4aa7f114a73c359878a04871 to your computer and use it in GitHub Desktop.
My macOS Ghostty config.
This file contains 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
auto-update = check | |
auto-update-channel = stable | |
background-opacity = 0.75 | |
bold-is-bright = true | |
cursor-color = #FF007F | |
cursor-style = underline | |
font-family = "GeistMono Nerd Font Propo" | |
mouse-hide-while-typing = true | |
window-decoration = true | |
window-height = 1964 | |
window-width = 3024 | |
# ⌘ + delete should delete a line, not a word | |
# https://github.com/ghostty-org/ghostty/discussions/3232 | |
keybind = cmd+backspace=esc:w | |
# shell integration will automatically set the cursor to a bar at a prompt | |
# https://ghostty.org/docs/config/reference#cursor-style | |
shell-integration-features = no-cursor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment