Skip to content

Instantly share code, notes, and snippets.

@eggplants
Last active April 24, 2026 23:38
Show Gist options
  • Select an option

  • Save eggplants/e38af1492f11e53ad8db611d05353539 to your computer and use it in GitHub Desktop.

Select an option

Save eggplants/e38af1492f11e53ad8db611d05353539 to your computer and use it in GitHub Desktop.
My Ghostty configuration
term = xterm-ghostty
theme = Andromeda
font-family = HackGen Console NF
font-size = 9
font-thicken = true
font-thicken-strength = 1
font-style-bold = false
font-style-italic = false
font-style-bold-italic = false
adjust-cell-width = -1
adjust-cell-height = 2
cursor-style = block
cursor-style-blink = false
cursor-invert-fg-bg = true
cursor-opacity = 0.8
mouse-hide-while-typing = true
resize-overlay = never
keybind = ctrl+shift+f=start_search
keybind = ctrl+f2=new_split:right
keybind = f2+shift=new_split:down
keybind = shift+arrow_up=goto_split:up
keybind = shift+arrow_down=goto_split:down
keybind = shift+arrow_left=goto_split:left
keybind = shift+arrow_right=goto_split:right
keybind = alt+shift+arrow_up=resize_split:up,10
keybind = alt+shift+arrow_down=resize_split:down,10
keybind = alt+shift+arrow_left=resize_split:left,10
keybind = alt+shift+arrow_right=resize_split:right,10
keybind = f2=new_tab
keybind = f3=previous_tab
keybind = f4=next_tab
keybind = alt+digit_1=goto_tab:1
keybind = alt+1=goto_tab:1
keybind = alt+digit_2=goto_tab:2
keybind = alt+2=goto_tab:2
keybind = alt+digit_3=goto_tab:3
keybind = alt+3=goto_tab:3
keybind = alt+digit_4=goto_tab:4
keybind = alt+4=goto_tab:4
keybind = alt+digit_5=goto_tab:5
keybind = alt+5=goto_tab:5
keybind = alt+digit_6=goto_tab:6
keybind = alt+6=goto_tab:6
keybind = alt+digit_7=goto_tab:7
keybind = alt+7=goto_tab:7
keybind = alt+digit_8=goto_tab:8
keybind = alt+8=goto_tab:8
keybind = alt+9=last_tab
# Theme
theme = Andromeda
# Font
font-family =HackGen Console NF
font-feature = -dlig
font-size = 12
font-style-bold = false
font-style-italic = false
font-style-bold-italic = false
font-thicken = true
font-thicken-strength = 1
alpha-blending = linear
adjust-cell-width = -1
adjust-cell-height = 2
# macOS
macos-titlebar-style = hidden
macos-window-shadow = false
# Window
window-padding-x = 10
window-padding-y = 10
window-padding-balance = true
# Shell
shell-integration-features = no-cursor
# Cursor
cursor-style = block
cursor-style-blink = false
cursor-invert-fg-bg = true
cursor-opacity = 0.8
# Other
mouse-hide-while-typing = true
resize-overlay = never
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment