Skip to content

Instantly share code, notes, and snippets.

@vinhnx
Last active March 4, 2025 05:26
Show Gist options
  • Save vinhnx/4cff5fc6f347a4ef0a742716b2314079 to your computer and use it in GitHub Desktop.
Save vinhnx/4cff5fc6f347a4ef0a742716b2314079 to your computer and use it in GitHub Desktop.
Ghostty config
# 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