Last active
March 4, 2025 05:26
-
-
Save vinhnx/4cff5fc6f347a4ef0a742716b2314079 to your computer and use it in GitHub Desktop.
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
# Ghostty Configuration File | |
# Reference: https://ghostty.org/docs/config/reference | |
# Theme and Appearance | |
custom-shader-animation = false | |
bold-is-bright = true | |
macos-icon = "chalkboard" | |
title = " " | |
macos-titlebar-proxy-icon = hidden | |
macos-window-shadow = false | |
theme = ciapre | |
font-size = 15 | |
window-width = 500 | |
window-height = 500 | |
font-family = Berkeley Mono | |
# Window Padding and Layout | |
window-padding-x = 10 | |
window-padding-y = 20 | |
window-padding-balance = true | |
window-save-state = always | |
# Clipboard and Selection | |
clipboard-paste-protection = true | |
copy-on-select = false | |
# Shell Integration | |
shell-integration-features = no-cursor | |
# Mouse Behavior | |
mouse-hide-while-typing = true | |
mouse-scroll-multiplier = 2 | |
# Key binding | |
keybind = ctrl+z=close_surface | |
keybind = ctrl+d=new_split:right |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment