Skip to content

Instantly share code, notes, and snippets.

@vinhnx
Last active November 12, 2025 11:09
Show Gist options
  • Select an option

  • Save vinhnx/4cff5fc6f347a4ef0a742716b2314079 to your computer and use it in GitHub Desktop.

Select an option

Save vinhnx/4cff5fc6f347a4ef0a742716b2314079 to your computer and use it in GitHub Desktop.
Ghostty config
# ── Ghostty (performant/minimal/fast) ──
# Appearance
theme = "vitesse-black"
custom-shader = ""
custom-shader-animation = false
bold-is-bright = true
macos-icon = "chalkboard"
title = " "
macos-titlebar-proxy-icon = hidden
macos-window-shadow = false
# Font
font-family = Meslo LG S Regular for Powerline
font-size = 15
font-feature = -calt,-liga,-dlig
# Window
window-width = 500
window-height = 500
# Rendering (no animations/effects, low latency)
cursor-style-blink = false
background-opacity = 1
background-blur = false
alpha-blending = native
window-vsync = false
# Padding (compact)
window-padding-x = 6
window-padding-y = 10
window-padding-balance = true
# Clipboard/Selection
clipboard-paste-protection = true
copy-on-select = false
# Session / CWD
window-save-state = always
window-inherit-working-directory = true
working-directory = inherit
shell-integration = detect
shell-integration-features = no-cursor
# History / Memory caps
scrollback-limit = 8388608
image-storage-limit = 0
link-previews = false
# Mouse
mouse-hide-while-typing = true
mouse-scroll-multiplier = 2
# Key bindings
keybind = ctrl+z=close_surface
keybind = ctrl+d=new_split:right
keybind = shift+enter=text:\n
# Fonts (disable ligatures/features)
font-feature = -calt,-liga,-dlig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment